Remove stray tab
This commit is contained in:
parent
acf5ae3083
commit
a317bb4991
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user