diff options
author | Kenneth Bell <[email protected]> | 2020-12-24 08:11:15 -0800 |
---|---|---|
committer | deadprogram <[email protected]> | 2021-02-16 12:48:52 +0100 |
commit | fcdaa83368f80536c3e5874e6449971cfc2ee0d6 (patch) | |
tree | 47f7f2b3104b944ddab0b83bfb68f3fdbc9cb74a /targets/cortex-m33.json | |
parent | 289e1aa197d638b3a7a1c9419cf56fb3aa66762b (diff) | |
download | tinygo-fcdaa83368f80536c3e5874e6449971cfc2ee0d6.tar.gz tinygo-fcdaa83368f80536c3e5874e6449971cfc2ee0d6.zip |
stm32-l5: corrected alt function and other review comments
Diffstat (limited to 'targets/cortex-m33.json')
-rw-r--r-- | targets/cortex-m33.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/targets/cortex-m33.json b/targets/cortex-m33.json index d15354f89..8e4a893c5 100644 --- a/targets/cortex-m33.json +++ b/targets/cortex-m33.json @@ -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" |