1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 12:55:19 +03:00

F7 First try on ledstrip

This commit is contained in:
Sami Korhonen 2016-09-10 16:29:37 +03:00
parent f2e4f9874f
commit 97f554e210
10 changed files with 265 additions and 75 deletions

View file

@ -115,6 +115,8 @@ typedef enum {
#define HARDWARE_TIMER_DEFINITION_COUNT 10
#elif defined(STM32F4)
#define HARDWARE_TIMER_DEFINITION_COUNT 14
#elif defined(STM32F7)
#define HARDWARE_TIMER_DEFINITION_COUNT 14
#endif
extern const timerHardware_t timerHardware[];