Skip to content

Commit

Permalink
HAL_ChibiOS: whitespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tridge committed Jan 30, 2024
1 parent 0a6057f commit 3049724
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32H723xx.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

'EXPECTED_CLOCKS' : [
('STM32_SYS_CK', 400000000),
('STM32_OSPICLK', 200000000),
('STM32_OSPICLK', 200000000),
('STM32_SDMMC1CLK', 66666666),
('STM32_SPI45CLK', 100000000),
('STM32_FDCANCLK', 80000000),
Expand Down Expand Up @@ -84,7 +84,7 @@
"PA7" : 7,
"PC5" : 8,
"PB0" : 9,
"PC0" : 10,
"PC0" : 10,
"PC1" : 11,
"PC2" : 12,
"PC3" : 13,
Expand Down
2 changes: 1 addition & 1 deletion libraries/AP_HAL_ChibiOS/hwdef/scripts/STM32H730xx.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
('STM32_OSPICLK', 200000000),
('STM32_SDMMC1CLK', 86666666),
('STM32_SPI45CLK', 100000000),
('STM32_FDCANCLK', 80000000),
('STM32_FDCANCLK', 80000000),
],

# this MCU has M7 instructions and hardware double precision
Expand Down

0 comments on commit 3049724

Please sign in to comment.