summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWilliam D. Jones <[email protected]>2019-01-10 10:14:01 -0500
committerWilliam D. Jones <[email protected]>2019-01-10 10:24:45 -0500
commit75fda7d638f306ffc758aaaa1c56590ade6465f7 (patch)
tree20f373be27381011b4356f79e040731083d8863f /src
parentb367baeaf1d64930654f136a2409f1322fc73ab2 (diff)
cdc_msc_hid: Ensure example compiles again- add missing prototypes,
fix incorrect prototypes, clean up.
Diffstat (limited to 'src')
-rw-r--r--src/portable/stm/stm32f4/dcd_stm32f4.c9
1 files changed, 9 insertions, 0 deletions
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)
{