Changed MODE_DATA definition

Just because.
This commit is contained in:
David Madison 2017-03-27 19:26:36 -04:00
parent a766fb4910
commit eba7bdb73e
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ static const uint8_t magic[] = {
#define CHECKSUM (MAGICSIZE + 2)
#define MODE_HEADER 0
#define MODE_DATA 2
#define MODE_DATA 1
void setup(){
#ifdef GROUND_PIN