Minor patches to pins files

This commit is contained in:
Scott Lahteine 2017-08-23 18:23:19 -05:00
parent 356af7dcb0
commit c7b07d20f2
2 changed files with 3 additions and 4 deletions

View File

@ -51,10 +51,8 @@
* *
*/ */
#ifndef __AVR_ATmega644P__ #if !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega1284P__)
#ifndef __AVR_ATmega1284P__ #error "Oops! Make sure you have 'Sanguino' selected from the 'Tools -> Boards' menu."
#error "Oops! Make sure you have 'Sanguino' selected from the 'Tools -> Boards' menu."
#endif
#endif #endif
#ifndef BOARD_NAME #ifndef BOARD_NAME

View File

@ -26,6 +26,7 @@
#include "pins_GT2560_REV_A.h" #include "pins_GT2560_REV_A.h"
#undef BOARD_NAME
#define BOARD_NAME "GT2560 Rev.A+" #define BOARD_NAME "GT2560 Rev.A+"
#define SERVO0_PIN 11 #define SERVO0_PIN 11