Enclose all #error strings with apostrophes
This commit is contained in:
@ -28,13 +28,13 @@
|
||||
*/
|
||||
|
||||
#ifndef __AVR_AT90USB1286__
|
||||
#error Oops! Make sure you have 'Brainwave Pro' selected from the 'Tools -> Boards' menu.
|
||||
#error "Oops! Make sure you have 'Brainwave Pro' selected from the 'Tools -> Boards' menu."
|
||||
#endif
|
||||
|
||||
#include "fastio.h"
|
||||
|
||||
#ifndef AT90USBxx_TEENSYPP_ASSIGNMENTS // use Teensyduino Teensy++2.0 pin assignments instead of Marlin alphabetical.
|
||||
#error Uncomment #define AT90USBxx_TEENSYPP_ASSIGNMENTS in fastio.h for this config
|
||||
#error "Uncomment #define AT90USBxx_TEENSYPP_ASSIGNMENTS in fastio.h for this config"
|
||||
#endif
|
||||
|
||||
#define LARGE_FLASH true
|
||||
|
Reference in New Issue
Block a user