Skip records with FFs.

This commit is contained in:
Serge Vakulenko
2018-08-27 13:34:21 -07:00
parent 3c0685190c
commit 89b6b50f5f
3 changed files with 392 additions and 411 deletions

View File

@@ -1,7 +1,8 @@
CC = gcc
VERSION = 1.0
CFLAGS = -g -O -Wall -Werror -DVERSION='"$(VERSION)"'
VERSION = 0.1
GITCOUNT = $(shell git rev-list HEAD --count)
CFLAGS = -g -O -Wall -Werror -DVERSION='"$(VERSION).$(GITCOUNT)"'
LDFLAGS = -g
OBJS = main.o util.o radio.o dfu.o uv380.o md380.o