aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/cortex-m33.json
diff options
context:
space:
mode:
authorKenneth Bell <[email protected]>2020-12-24 08:11:15 -0800
committerdeadprogram <[email protected]>2021-02-16 12:48:52 +0100
commitfcdaa83368f80536c3e5874e6449971cfc2ee0d6 (patch)
tree47f7f2b3104b944ddab0b83bfb68f3fdbc9cb74a /targets/cortex-m33.json
parent289e1aa197d638b3a7a1c9419cf56fb3aa66762b (diff)
downloadtinygo-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.json4
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"