forked from Apple-2-HW/TommyPROM
Merge pull request #4 from NiHuShu/patch-1
Fixed not compiling when using 27xx profile
This commit is contained in:
commit
038f113606
@ -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