Enclose all #error strings with apostrophes
This commit is contained in:
@ -25,7 +25,7 @@
|
||||
*/
|
||||
|
||||
#ifndef __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
|
||||
|
||||
#define LARGE_FLASH true
|
||||
|
Reference in New Issue
Block a user