#if defined => #ifdef / PIN_EXISTS

This commit is contained in:
Scott Lahteine
2017-03-20 15:47:51 -05:00
parent e244399766
commit cd882b88db
9 changed files with 23 additions and 23 deletions

View File

@@ -26,7 +26,7 @@
#define BOARD_NAME "Melzi"
#if defined(__AVR_ATmega1284P__)
#ifdef __AVR_ATmega1284P__
#define LARGE_FLASH true
#endif