add test app for new modulator API

This commit is contained in:
Ralph Metzler
2016-09-02 17:37:15 +02:00
parent 85b1447059
commit 570a565f37
2 changed files with 50 additions and 0 deletions

View File

@@ -9,6 +9,9 @@ modt: modt.c
setmod: setmod.c
gcc -o setmod setmod.c -I../include/
setmod2: setmod2.c
gcc -o setmod2 setmod2.c -I../include/
flashprog: flashprog.c
gcc -o flashprog flashprog.c