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

@@ -53,9 +53,9 @@
*
* 1. In the Arduino IDE, under Files -> Preferences paste the following URL
* https://rawgit.com/Bob-the-Kuhn/Marlin_AT90USB/master/package_MARLIN_AT90USB_index.json
* 2. Under Tools -> Board -> Boards manager, scroll to the bottom, click on MARLIN_AT90USB
* 2. Under Tools > Board -> Boards manager, scroll to the bottom, click on MARLIN_AT90USB
* and then click on "Install"
* 3. Select "AT90USB646_TEENSYPP" from the 'Tools -> Boards' menu.
* 3. Select "AT90USB646_TEENSYPP" from the 'Tools > Board' menu.
*/
/**
@@ -68,7 +68,7 @@
*/
#ifndef __AVR_AT90USB646__
#error "Oops! Make sure you have 'AT90USB646_TEENSYPP' selected from the 'Tools -> Boards' menu."
#error "Oops! Select 'AT90USB646_TEENSYPP' in 'Tools > Board.'"
#endif
#define BOARD_NAME "Brainwave"