mirror of
https://github.com/TomNisbet/TommyPROM.git
synced 2024-10-05 11:56:08 +00:00
Fixed not compiling when using 27xx profile
I'm not sure if this is the correct fix but without this one line the code wouldn't compile and it would say that "data" wasn't declared.
This commit is contained in:
parent
463cbbf154
commit
1c02cf534e
@ -85,6 +85,7 @@ bool PromDevice27::burnByte(byte value, uint32_t address)
|
||||
bool status = false;
|
||||
unsigned writeCount = 0;
|
||||
|
||||
byte data = 0;
|
||||
disableOutput();
|
||||
disableWrite();
|
||||
enableChip();
|
||||
|
Loading…
Reference in New Issue
Block a user