Skip to content

Commit 7d03135

Browse files
committed
lower sys clock to 24 MHz
1 parent 2f98d3d commit 7d03135

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app_cfg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ extern "C" {
7777
#define FLASH_CAP_SIZE_1M 1
7878
#endif
7979
#define BOARD BOARD_8258_03MMC//BOARD_8258_DONGLE//BOARD_8258_EVK
80-
#define CLOCK_SYS_CLOCK_HZ 48000000
80+
#define CLOCK_SYS_CLOCK_HZ 24000000 //48000000
8181
#elif defined(MCU_CORE_8278)
8282
#define FLASH_CAP_SIZE_1M 1
8383
#define BOARD BOARD_8278_DONGLE//BOARD_8278_EVK

0 commit comments

Comments
 (0)