mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 22:05:17 +03:00
Optimisation of driver header files
This commit is contained in:
parent
4bb0816122
commit
07adf66bbb
100 changed files with 212 additions and 138 deletions
|
@ -5,9 +5,14 @@
|
|||
http://www.st.com/software_license_agreement_liberty_v2
|
||||
*/
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "platform.h"
|
||||
|
||||
#include "stm32f4xx.h"
|
||||
#include "timer.h"
|
||||
#include "rcc.h"
|
||||
#include "timer.h"
|
||||
|
||||
/**
|
||||
* @brief Selects the TIM Output Compare Mode.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue