From 51e841886ddeca8583acf454b9d228c6113840da Mon Sep 17 00:00:00 2001 From: Quinn Dunki Date: Sun, 20 Sep 2015 10:08:37 -0700 Subject: [PATCH] Cleanup --- Code/EETool.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Code/EETool.c b/Code/EETool.c index aa165e3..00901e0 100755 --- a/Code/EETool.c +++ b/Code/EETool.c @@ -413,8 +413,6 @@ void WriteBlock(uint16_t startAddr, uint16_t length) FatalError(); } - // Read all data from host - // Write data to the EEPROM for (uint16_t i=startAddr; i= EEPROM_PAGE_SIZE || pageNum != nextPageNum) // {