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

@@ -393,7 +393,7 @@ static const pin_map_t digitalPinMap[] = {
{&DDRG, &PING, &PORTG, 0}, // G0 50
};
#else // defined(__AVR_ATmega1280__)
#error unknown chip
#error "unknown chip"
#endif // defined(__AVR_ATmega1280__)
//------------------------------------------------------------------------------
static const uint8_t digitalPinCount = COUNT(digitalPinMap);