Enclose all #error strings with apostrophes

This commit is contained in:
esenapaj
2016-05-13 21:10:23 +09:00
parent 14cd0f4c92
commit 888443ca1e
47 changed files with 169 additions and 169 deletions

View File

@@ -154,7 +154,7 @@
#elif MB(SAINSMART_2IN1)
#include "pins_SAINSMART_2IN1.h"
#else
#error Unknown MOTHERBOARD value set in Configuration.h
#error "Unknown MOTHERBOARD value set in Configuration.h"
#endif
// List of pins which to ignore when asked to change by gcode, 0 and 1 are RX and TX, do not mess with those!