Enclose all #error strings with apostrophes
This commit is contained in:
parent
14cd0f4c92
commit
888443ca1e
47 changed files with 169 additions and 169 deletions
|
|
@ -36,7 +36,7 @@
|
|||
//------------------------------------------------------------------------------
|
||||
// make sure SPCR rate is in expected bits
|
||||
#if (SPR0 != 0 || SPR1 != 1)
|
||||
#error unexpected SPCR bits
|
||||
#error "unexpected SPCR bits"
|
||||
#endif
|
||||
/**
|
||||
* Initialize hardware SPI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue