mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/ek-lm4f120xl: add ztimer config, increase ztimer_usec_min
This commit is contained in:
parent
a2c0823063
commit
f49e756436
@ -64,6 +64,15 @@ extern "C" {
|
||||
#define LED2_TOGGLE (LED_PORT ^= LED2_MASK)
|
||||
/* @} */
|
||||
|
||||
/**
|
||||
* @name ztimer configuration
|
||||
* @{
|
||||
*/
|
||||
#define CONFIG_ZTIMER_USEC_TYPE ZTIMER_TYPE_PERIPH_TIMER
|
||||
#define CONFIG_ZTIMER_USEC_DEV TIMER_DEV(0)
|
||||
#define CONFIG_ZTIMER_USEC_MIN (8)
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user