mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Add brackets to enslose an expression
This commit is contained in:
parent
f47b438918
commit
57f4c955f4
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
#define PLL_N_OC 480
|
||||
#define PLL_P_OC 2
|
||||
#define PLL_Q_OC 10
|
||||
#define OC_FREQUENCY_HZ PLL_N_OC/PLL_P_OC*1000000
|
||||
#define OC_FREQUENCY_HZ (1000000*PLL_N_OC/PLL_P_OC)
|
||||
|
||||
extern uint32_t SystemCoreClock; /*!< System Clock Frequency (Core Clock) */
|
||||
extern void SystemInit(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue