Spacing, defined(), #include tweaks

This commit is contained in:
Scott Lahteine
2019-08-29 17:06:18 -05:00
parent 7ebfae27e3
commit d25231aea8
9 changed files with 27 additions and 22 deletions

View File

@ -84,7 +84,7 @@
#else
#include <stdint.h>
#if defined(__AVR__) || defined(ARDUINO_ARCH_SAM) || defined (__SAMD51__)
#if defined(__AVR__) || defined(ARDUINO_ARCH_SAM) || defined(__SAMD51__)
// we're good to go
#else
#error "This library only supports boards with an AVR, SAM3X or SAMD51 processor."