Remove stray tab

This commit is contained in:
Scott Lahteine 2018-08-24 17:34:15 -05:00
parent acf5ae3083
commit a317bb4991

View file

@ -49,7 +49,7 @@ extern "C" {
#include "lpc17xx_iap.h"
}
#define SECTOR_START(sector) ((sector < 16) ? (sector * 0x1000) : ((sector - 14) * 0x8000))
#define SECTOR_START(sector) ((sector < 16) ? (sector * 0x1000) : ((sector - 14) * 0x8000))
#define EEPROM_SECTOR 29
#define EEPROM_SIZE (4096)
#define SECTOR_SIZE (32768)