add print date for initial clock setup

This commit is contained in:
eddyem
2015-07-01 16:45:15 +03:00
parent 139686f0bf
commit 04960e8f20
5 changed files with 72 additions and 49 deletions

View File

@@ -1,5 +1,5 @@
PROGRAM = gpstest
LDFLAGS =
LDFLAGS = -lm
SRCS = $(wildcard *.c)
OBJDIR = mk
CC = gcc