Skip to content
Snippets Groups Projects
Commit 2a2b21fe authored by Daniel Friesel's avatar Daniel Friesel
Browse files

arduino nano kconfig: default to mega328

parent 6424beab
No related branches found
No related tags found
No related merge requests found
......@@ -38,12 +38,12 @@ select meta_driver_timer
choice arch_arduino_nano_cpu
bool "CPU Type"
config arch_arduino_nano_mega168
bool "ATMega168"
config arch_arduino_nano_mega328
bool "ATMega328"
config arch_arduino_nano_mega168
bool "ATMega168"
endchoice
choice arch_arduino_nano_timer1
......
Arduino Nano (Mega328)
Arduino Nano
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment