serial_echo: Fix program name in makefile

This commit is contained in:
Angus Gratton 2015-10-06 17:55:37 +11:00
parent 3060d72234
commit 4f05f15366

View file

@ -1,3 +1,3 @@
# Simple makefile for simple example
PROGRAM=simple
# Simple makefile for serial_echo example
PROGRAM=serial_echo
include ../../common.mk