Enclose all #error strings with apostrophes
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
*/
|
||||
|
||||
#if !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__)
|
||||
#error Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu.
|
||||
#error "Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu."
|
||||
#endif
|
||||
|
||||
// Uncomment the following line for RAMPS v1.0
|
||||
|
Reference in New Issue
Block a user