Skip to content

Commit a34eb09

Browse files
authored
accidental typo fixed
1 parent a53c726 commit a34eb09

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/asm.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ $ cargo objdump --bin app --release -- -s -j .vector_table
114114

115115
The downside of using the `cc` crate is that it requires some assembler program
116116
on the build machine. For example when targeting ARM Cortex-M the `cc` crate
117-
uses `arm
118-
ne-eabi-gcc` as the assembler.
117+
uses `arm-none-eabi-gcc` as the assembler.
119118

120119
Instead of assembling the file on the build machine we can ship a pre-assembled
121120
file with the `rt` crate. That way no assembler program is required on the build

0 commit comments

Comments
 (0)