Skip to content

Commit

Permalink
Add missing ARCH macro for Uno boards
Browse files Browse the repository at this point in the history
Resolves #11
  • Loading branch information
valeros committed Aug 29, 2023
1 parent 54085d6 commit f5316f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions boards/uno_r4_minima.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"extra_flags": [
"-DARDUINO_MINIMA",
"-DARDUINO_UNOR4_MINIMA",
"-DARDUINO_ARCH_RENESAS_UNO",
"-DCFG_TUSB_MCU=OPT_MCU_RAXXX"
],
"core": "arduino",
Expand Down
1 change: 1 addition & 0 deletions boards/uno_r4_wifi.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
},
"extra_flags": [
"-DARDUINO_UNOWIFIR4",
"-DARDUINO_ARCH_RENESAS_UNO",
"-DARDUINO_UNOR4_WIFI",
"-DNO_USB",
"-DBACKTRACE_SUPPORT",
Expand Down

0 comments on commit f5316f8

Please sign in to comment.