mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-23 13:24:03 +08:00
Fixed typo in the px4 linker script comment
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
MEMORY
|
||||
{
|
||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 192K
|
||||
/* Pixhawk seems to have had a bad badge of f4's, so only use the first 1mb */
|
||||
/* Pixhawk seems to have had a bad batch of f4's, so only use the first 1mb */
|
||||
rom (rx) : ORIGIN = 0x08004000, LENGTH = 1008K
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user