1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/nucleo-l432kc: provide three periph_timer instances

This commit is contained in:
Marian Buschsieweke 2023-05-30 13:05:38 +02:00
parent a6e8e1ff7e
commit 0051d4148c
No known key found for this signature in database
GPG Key ID: CB8E3238CE715A94

View File

@ -30,7 +30,7 @@
#include "clk_conf.h"
#include "cfg_i2c1_pb6_pb7.h"
#include "cfg_rtt_default.h"
#include "cfg_timer_tim2.h"
#include "cfg_timer_tim2_tim15_tim16.h"
#ifdef __cplusplus
extern "C" {