Merge pull request #7732 from smlng/board/xtimer_width
boards: add missing XTIMER_WIDTH
This commit is contained in:
commit
c0a4f4de68
@ -44,6 +44,13 @@ extern "C" {
|
||||
#define LED0_TOGGLE (LED0_PORT->ODR ^= LED0_MASK)
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @name xtimer configuration
|
||||
* @{
|
||||
*/
|
||||
#define XTIMER_WIDTH (16U)
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @brief Initialize board specific hardware, including clock, LEDs and std-IO
|
||||
*/
|
||||
|
||||
@ -25,6 +25,13 @@
|
||||
|
||||
#include "board_common.h"
|
||||
|
||||
/**
|
||||
* @name xtimer configuration
|
||||
* @{
|
||||
*/
|
||||
#define XTIMER_WIDTH (16U)
|
||||
/** @} */
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {}
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user