Merge pull request #4 from NiHuShu/patch-1

Fixed not compiling when using 27xx profile
This commit is contained in:
Tom Nisbet 2020-02-01 17:45:26 -05:00 committed by GitHub
commit 038f113606
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ bool PromDevice27::burnByte(byte value, uint32_t address)
bool status = false;
unsigned writeCount = 0;
byte data = 0;
disableOutput();
disableWrite();
enableChip();