minor change to SPI slave example

This commit is contained in:
Roger Clark 2018-05-27 15:52:53 +10:00
parent 5e634098ce
commit e08d2eb1cc
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ void setup()
setupSPI();
}
uint8_t count(0);
uint8_t count = 0;
void loop()
{
// Blocking call to read SPI message