stm32-l5: corrected alt function and other review comments

This commit is contained in:
Kenneth Bell
2020-12-24 08:11:15 -08:00
committed by deadprogram
parent 289e1aa197
commit fcdaa83368
3 changed files with 3 additions and 5 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
{
"inherits": ["cortex-m"],
"inherits": ["cortex-m"],
"llvm-target": "armv7m-none-eabi",
"cflags": [
"cflags": [
"--target=armv7m-none-eabi",
"-mfloat-abi=soft",
"-Qunused-arguments"