Move SENSITIVE_PINS to its own file

This commit is contained in:
Scott Lahteine
2018-10-11 00:58:41 -05:00
parent 45e738876a
commit 1407afad73
4 changed files with 532 additions and 124 deletions

View File

@ -31,6 +31,8 @@
#include "../pins/pins.h"
#include HAL_PATH(../HAL, spi_pins.h)
#if defined(__AVR__) && !defined(USBCON)
#define HardwareSerial_h // trick to disable the standard HWserial
#endif