AP_HAL_ChibiOS: fix whitespace

This commit is contained in:
Tom Pittenger 2023-08-02 17:53:54 -07:00 committed by Andrew Tridgell
parent 1e9d00fecb
commit 772465fef3
1 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ mcu = {
(0x20000000, 128, 2), # DTCM, tightly coupled, no DMA, fast
(0x24000000, 512, 4), # AXI SRAM. Use this for SDMMC IDMA ops
(0x00000400, 63, 2), # ITCM (first 1k removed, to keep address 0 unused)
(0x30040000, 32, 8), # SRAM3.
(0x30040000, 32, 8), # SRAM3.
(0x38000000, 64, 1), # SRAM4.
],
@ -42,7 +42,7 @@ mcu = {
(0x30000000, 256, 0), # SRAM1, SRAM2
(0x20000000, 64, 2), # DTCM, tightly coupled, no DMA, fast
(0x24000000, 128, 4), # AXI SRAM. Use this for SDMMC IDMA ops
(0x30040000, 32, 8), # SRAM3.
(0x30040000, 32, 8), # SRAM3.
(0x38000000, 64, 1), # SRAM4.
],
'INSTRUCTION_RAM' : (0x00000400, 63), # ITCM (first 1k removed, to keep address 0 unused)
@ -57,7 +57,7 @@ mcu = {
(0x30000000, 256, 8), # SRAM1, SRAM2
(0x24000000, 512, 4), # AXI SRAM. Use this for SDMMC IDMA ops
(0x00000400, 63, 2), # ITCM (first 1k removed, to keep address 0 unused)
(0x30040000, 32, 8), # SRAM3.
(0x30040000, 32, 8), # SRAM3.
(0x38000000, 64, 1), # SRAM4.
],