mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 12:55:19 +03:00
Minor cleanup
This commit is contained in:
parent
9028db79c8
commit
06ad65a2f6
4 changed files with 8 additions and 8 deletions
|
@ -134,7 +134,7 @@ typedef enum {
|
|||
#define HARDWARE_TIMER_DEFINITION_COUNT 14
|
||||
#endif
|
||||
|
||||
#define MHZ_TO_HZ(x) (x * 1000000)
|
||||
#define MHZ_TO_HZ(x) ((x) * 1000000)
|
||||
|
||||
extern const timerHardware_t timerHardware[];
|
||||
extern const timerDef_t timerDefinitions[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue