Skip to content
Snippets Groups Projects
Commit 852468ea authored by Johnny Eshak's avatar Johnny Eshak Committed by Scott Lahteine
Browse files

[2.0.x] Fix compile Error Anet (#9509)

parent 23240f79
No related branches found
No related tags found
Loading
......@@ -83,6 +83,18 @@ upload_speed = 57600
lib_deps = ${common.lib_deps}
src_filter = ${common.default_src_filter}
#
# Anet 1.0 (Optiboot bootloader)
#
[env:anet10_optiboot]
platform = atmelavr
framework = arduino
board = sanguino_atmega1284p
build_flags = ${common.build_flags}
upload_speed = 115200
lib_deps = ${common.lib_deps}
src_filter = ${common.default_src_filter}
#
# Due (Atmel SAM3X8E ARM Cortex-M3)
#
......
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