Minor patches to pins files

master
Scott Lahteine 7 years ago
parent 356af7dcb0
commit c7b07d20f2

@ -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

@ -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

Loading…
Cancel
Save