Clean up trailing whitespace

This commit is contained in:
Scott Lahteine
2020-01-02 16:33:50 -06:00
parent a7b0b390cd
commit a2cda631d9
6 changed files with 17 additions and 17 deletions

View File

@@ -42,7 +42,7 @@
// 2K in a AT24C16N
#define EEPROM_PAGE_SIZE (uint16)0x800 // 2048
#define EEPROM_START_ADDRESS ((uint32)(0x8000000 + 512 * 1024 - 2 * EEPROM_PAGE_SIZE))
#define E2END (EEPROM_PAGE_SIZE - 1)
#define E2END (EEPROM_PAGE_SIZE - 1)
//
// Note: MKS Robin mini board is using SPI2 interface.