Skip to content

Commit

Permalink
update tutorial to new TARGET as micro_dev is no more (apache#6262)
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Gall <tom.gall@linaro.org>
  • Loading branch information
tom-gall authored and wjliu1998 committed Aug 13, 2020
1 parent 0b0b864 commit 6220fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/micro/micro_tflite.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
#
# Setup the device config which is what will be used to communicate
# with the microcontroller (a STM32F746 Discovery board)
TARGET = 'c -device=micro_dev'
TARGET = 'c --system-lib --runtime=c'
dev_config = micro.device.arm.stm32f746xx.generate_config("127.0.0.1", 6666)

######################################################################
Expand Down

0 comments on commit 6220fc7

Please sign in to comment.