Skip to content

Commit

Permalink
Merge pull request #18295 from jmfriedt/master
Browse files Browse the repository at this point in the history
boards/im880b: im880b board clock definition
  • Loading branch information
maribu authored Jul 10, 2022
2 parents d4d37aa + 8025e6b commit bad2527
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions boards/im880b/include/periph_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,18 @@
#define CONFIG_BOARD_HAS_LSE 1
#endif

/**
* @brief This board has an HSE clock
*/
#ifndef CONFIG_BOARD_HAS_HSE
#define CONFIG_BOARD_HAS_HSE 1
#endif

/**
* @brief Speed of the HSE clock in Hz
*/
#define CLOCK_HSE MHZ(16)

#include "periph_cpu.h"
#include "clk_conf.h"

Expand Down

0 comments on commit bad2527

Please sign in to comment.