Fixed typo in the px4 linker script comment

This commit is contained in:
Michal Podhradsky
2017-02-06 17:43:32 -08:00
parent 4ab2ea10f4
commit 056433d653
+1 -1
View File
@@ -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
}