Skip to content

Commit

Permalink
Revert accidental change to march from last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Carter committed Jun 21, 2023
1 parent fb09e6f commit 6bdcc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/CMSIS/Device/Maxim/GCC/gcc_riscv.mk
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ ifeq "$(PREFIX)" "riscv-none-elf"
# BASE = RV32I
# EXTENSION = M
# EXTRAS = _zicsr_zifencei as recommended above
MARCH ?= rv32imc_zicsr_zifencei
MARCH ?= rv32im_zicsr_zifencei
endif

# Default option (riscv-none-embed)
Expand Down

0 comments on commit 6bdcc24

Please sign in to comment.