Add example for UART config

This commit is contained in:
tkremeyer 2018-03-11 20:52:27 +01:00
parent 037b3f2502
commit 888c539163
2 changed files with 99 additions and 0 deletions

3
examples/uart_config/Makefile Executable file
View file

@ -0,0 +1,3 @@
PROGRAM=uart_config
include ../../common.mk