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

This commit is contained in:
Johnny Eshak 2018-02-08 10:02:16 +01:00 committed by Scott Lahteine
parent 23240f7986
commit 852468ead7

View file

@ -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)
#