style: fix some of the easier style bugs

No real changes.
This commit is contained in:
Karl Palsson
2017-01-12 21:22:58 +00:00
parent 4af374f7c4
commit c9c5cb7c9c
30 changed files with 107 additions and 102 deletions

View File

@@ -45,13 +45,13 @@ static const uint32_t pll2_main_clk = 528000000;
static const uint32_t pll3_main_clk = 480000000;
/* ARM Cortex-A5 clock, core clock */
uint32_t ccm_core_clk = 0;
uint32_t ccm_core_clk;
/* Platform bus clock and Cortex-M4 core clock */
uint32_t ccm_platform_bus_clk = 0;
uint32_t ccm_platform_bus_clk;
/* IPS bus clock */
uint32_t ccm_ipg_bus_clk = 0;
uint32_t ccm_ipg_bus_clk;
uint32_t ccm_get_pll_pfd(uint32_t pfd_sel, uint32_t pll_pfd, uint32_t pll_clk);