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

stm32f769i-disco: add usbdev feature

This commit is contained in:
Koen Zandberg 2019-10-24 16:53:02 +02:00
parent 033cb5559a
commit 08c74db3d9
No known key found for this signature in database
GPG Key ID: 0E63411F8FCA8247
2 changed files with 2 additions and 0 deletions

View File

@ -6,3 +6,4 @@ FEATURES_PROVIDED += periph_rtc
FEATURES_PROVIDED += periph_rtt
FEATURES_PROVIDED += periph_timer
FEATURES_PROVIDED += periph_uart
FEATURES_PROVIDED += periph_usbdev

View File

@ -22,6 +22,7 @@
#include "periph_cpu.h"
#include "cfg_rtt_default.h"
#include "cfg_timer_tim2.h"
#include "cfg_usb_otg_fs.h"
#ifdef __cplusplus
extern "C" {