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