Fix Fysetc S6 FLASH_PAGE_SIZE and test build (#16560)
This commit is contained in:
parent
bfe4ceedd1
commit
fc773c2784
6 changed files with 20 additions and 3 deletions
|
|
@ -149,7 +149,7 @@ extern "C" {
|
|||
/* HAL configuration */
|
||||
#define HSE_VALUE 12000000U
|
||||
|
||||
#define FLASH_PAGE_SIZE uint32(4 * 1024)
|
||||
#define FLASH_PAGE_SIZE (4U * 1024U)
|
||||
|
||||
#ifdef __cplusplus
|
||||
} // extern "C"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue