1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

cleaned #define USE_DSHOT

This commit is contained in:
TheAngularity 2016-12-07 13:39:09 +01:00 committed by GitHub
parent f1bf914404
commit d76ce7ff51
20 changed files with 0 additions and 22 deletions

View file

@ -116,8 +116,6 @@
#define TARGET_IO_PORTC (BIT(5))
#define TARGET_IO_PORTF (BIT(0)|BIT(1)|BIT(3)|BIT(4))
#define USE_DSHOT
#if defined(USE_UART3_RX_DMA) && defined(USE_DSHOT)
#undef USE_UART3_RX_DMA
#endif