Extend pins errors to include the processor

This commit is contained in:
Scott Lahteine
2018-11-08 21:57:15 -06:00
parent 525ea554a1
commit 9c8f083d6c
88 changed files with 113 additions and 113 deletions

View File

@@ -31,7 +31,7 @@
* and with the mainstream Marlin software.
*
* Teensyduino - http://www.pjrc.com/teensy/teensyduino.html
* Select Teensy++ 2.0 in Arduino IDE from the 'Tools -> Boards' menu
* Select Teensy++ 2.0 in Arduino IDE from the 'Tools > Board' menu
*
* Installation instructions are at the above URL. Don't bother loading the
* libraries - they are not used with the Marlin software.
@@ -46,7 +46,7 @@
* hardware directory in Arduino. The Arduino hardware directory will probably
* be located in a path similar to this: C:\Program Files (x86)\Arduino\hardware.
* 3. Restart Arduino.
* 4. Select "Printrboard" from the 'Tools -> Boards' menu.
* 4. Select "Printrboard" from the 'Tools > Board' menu.
*
* Teensyduino is the most popular option. Printrboard is used if your board doesn't have
* the Teensyduino bootloader on it.
@@ -62,7 +62,7 @@
*/
#ifndef __AVR_AT90USB1286__
#error "Oops! Make sure you have 'Teensy++ 2.0' or 'Printrboard' selected from the 'Tools -> Boards' menu."
#error "Oops! Select 'Teensy++ 2.0' or 'Printrboard' in 'Tools > Board.'"
#endif
#define BOARD_NAME "Printrboard"