From 75fda7d638f306ffc758aaaa1c56590ade6465f7 Mon Sep 17 00:00:00 2001 From: "William D. Jones" Date: Thu, 10 Jan 2019 10:14:01 -0500 Subject: cdc_msc_hid: Ensure example compiles again- add missing prototypes, fix incorrect prototypes, clean up. --- src/portable/stm/stm32f4/dcd_stm32f4.c | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src') diff --git a/src/portable/stm/stm32f4/dcd_stm32f4.c b/src/portable/stm/stm32f4/dcd_stm32f4.c index 9edc45789..3ec3c9e06 100644 --- a/src/portable/stm/stm32f4/dcd_stm32f4.c +++ b/src/portable/stm/stm32f4/dcd_stm32f4.c @@ -69,6 +69,15 @@ bool dcd_init (uint8_t rhport) return true; } +void dcd_int_enable (uint8_t rhport) +{ + +} +void dcd_int_disable (uint8_t rhport) +{ + +} + void dcd_connect (uint8_t rhport) { -- cgit v1.3.1