CJMCU - fix flash size to 64k.

This commit is contained in:
Dominic Clifton 2014-09-15 03:23:56 +01:00
parent 9d4bc1aaa0
commit 043ed0f0bc
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
#pragma once
#define FLASH_PAGE_COUNT 128
#define FLASH_PAGE_COUNT 64
#define FLASH_PAGE_SIZE ((uint16_t)0x400)
#define LED0_GPIO GPIOC