serial_echo: Fix program name in makefile
This commit is contained in:
parent
3060d72234
commit
4f05f15366
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
# Simple makefile for simple example
|
||||
PROGRAM=simple
|
||||
# Simple makefile for serial_echo example
|
||||
PROGRAM=serial_echo
|
||||
include ../../common.mk
|
||||
|
|
Loading…
Reference in a new issue