Start utilities for drawing

This commit is contained in:
Nils Faerber 2011-07-30 18:21:10 +02:00
parent 8f684d091f
commit ae55d0fbca
3 changed files with 128 additions and 1 deletions

View file

@ -6,7 +6,7 @@ CFLAGS = -Wall -O2 $(CCFLAGS)
PRGNAME = metawatch
MEMBERS = metawatch crc16ccitt mw_main
MEMBERS = metawatch crc16ccitt mw_utility mw_main
# no need to change anything below this line
# ------------------------------------------