Skip to content

Commit

Permalink
lower sys clock to 24 MHz
Browse files Browse the repository at this point in the history
  • Loading branch information
devbis committed Oct 16, 2023
1 parent 2f98d3d commit 7d03135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app_cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ extern "C" {
#define FLASH_CAP_SIZE_1M 1
#endif
#define BOARD BOARD_8258_03MMC//BOARD_8258_DONGLE//BOARD_8258_EVK
#define CLOCK_SYS_CLOCK_HZ 48000000
#define CLOCK_SYS_CLOCK_HZ 24000000 //48000000
#elif defined(MCU_CORE_8278)
#define FLASH_CAP_SIZE_1M 1
#define BOARD BOARD_8278_DONGLE//BOARD_8278_EVK
Expand Down

0 comments on commit 7d03135

Please sign in to comment.