diff options
| author | William D. Jones <[email protected]> | 2019-01-10 10:14:01 -0500 |
|---|---|---|
| committer | William D. Jones <[email protected]> | 2019-01-10 10:24:45 -0500 |
| commit | 75fda7d638f306ffc758aaaa1c56590ade6465f7 (patch) | |
| tree | 20f373be27381011b4356f79e040731083d8863f /src | |
| parent | b367baeaf1d64930654f136a2409f1322fc73ab2 (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.c | 9 |
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) { |
