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

Minor cleanup

This commit is contained in:
blckmn 2017-06-29 11:19:04 +10:00
parent 9028db79c8
commit 06ad65a2f6
4 changed files with 8 additions and 8 deletions

View file

@ -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[];