Merge pull request #105 from Joanle/fix-eeprom-command-def

correct eeprom command
fix/download_segmented_completeaccess
nakarlsson 2021-10-26 16:02:15 +02:00 committed by GitHub
commit 311977e47a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#define EEP_CMD_IDLE 0x0
#define EEP_CMD_READ 0x1
#define EEP_CMD_WRITE 0x2
#define EEP_CMD_RELOAD 0x3
#define EEP_CMD_RELOAD 0x4
/* read/write size */
#define EEP_READ_SIZE 8