Skip to content

Commit

Permalink
Correct esp32c6 target to imAc
Browse files Browse the repository at this point in the history
  • Loading branch information
sredman authored and ivmarkov committed Jun 11, 2023
1 parent 426edf6 commit 83f44f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cargo/pre-script.rhai
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ let targets = #{
},
esp32c6: #{
arch: "riscv",
rust_target: "riscv32imc-esp-espidf",
gcc_target: "risvc32-esp-elf",
rust_target: "riscv32imac-esp-espidf",
gcc_target: "riscv32-esp-elf",
wokwi_board: "board-esp32-c6-devkitm-1",
},
esp32c2: #{
Expand Down

0 comments on commit 83f44f6

Please sign in to comment.