[2.0.x] Fix compile Error Anet (#9509)
This commit is contained in:
parent
23240f7986
commit
852468ead7
@ -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)
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user