diff options
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) { |
