diff options
Diffstat (limited to 'board/utx8245/flash.c')
-rw-r--r-- | board/utx8245/flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/utx8245/flash.c b/board/utx8245/flash.c index 3271827081..199f619a82 100644 --- a/board/utx8245/flash.c +++ b/board/utx8245/flash.c @@ -46,7 +46,7 @@ #endif #define FLASH_BANK_SIZE ((uint)(16 * 1024 * 1024)) /* max 16Mbyte */ -#define MAIN_SECT_SIZE 0x10000 +#define MAIN_SECT_SIZE 0x10000 #define SECT_SIZE_32KB 0x8000 #define SECT_SIZE_8KB 0x2000 |