Skip to content

Commit 22c6b2b

Browse files
committed
boards/native: remove redundant ztimer configuration
Remove redundant macros since CONFIG_ZTIMER_USEC_TYPE and CONFIG_ZTIMER_USEC_DEV were already set to their default values. Signed-off-by: Gilles DOFFE <[email protected]>
1 parent 5f41e82 commit 22c6b2b

File tree

1 file changed

+0
-2
lines changed
  • boards/common/native/include

1 file changed

+0
-2
lines changed

boards/common/native/include/board.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,6 @@ void _native_LED_RED_TOGGLE(void);
143143
* @name ztimer configuration
144144
* @{
145145
*/
146-
#define CONFIG_ZTIMER_USEC_TYPE ZTIMER_TYPE_PERIPH_TIMER
147-
#define CONFIG_ZTIMER_USEC_DEV TIMER_DEV(0)
148146
/* on native, anything can happen... */
149147
#define CONFIG_ZTIMER_USEC_MIN (64)
150148
/** @} */

0 commit comments

Comments
 (0)