Browse Source

Remove stray tab

Scott Lahteine 5 years ago
parent
commit
a317bb4991
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/HAL/HAL_LPC1768/persistent_store_flash.cpp

+ 1
- 1
Marlin/src/HAL/HAL_LPC1768/persistent_store_flash.cpp View File

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

Loading…
Cancel
Save