Skip to content

Commit

Permalink
Remove path from config, and set cc:gcc as the default
Browse files Browse the repository at this point in the history
  • Loading branch information
PMunch committed Feb 21, 2022
1 parent ee1ce1a commit 7c849d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/private/boards/helpers/avrBoardConf.nim
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

--noMain

--avr.any.gcc.path:"/usr/bin"
--cc:gcc
--avr.any.gcc.exe:"avr-gcc"
--avr.any.gcc.linkerexe:"avr-gcc"

Expand Down

0 comments on commit 7c849d0

Please sign in to comment.