Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Add unit options for frame time, baro alt, accel and gyros
Browse files Browse the repository at this point in the history
  • Loading branch information
thenickdude committed Feb 25, 2015
1 parent 1d1d0dc commit 93a8fe3
Show file tree
Hide file tree
Showing 9 changed files with 363 additions and 145 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ OBJECT_DIR = $(ROOT)/obj
BIN_DIR = $(ROOT)/obj

# Source files common to all targets
COMMON_SRC = parser.c tools.c platform.c stream.c decoders.c
COMMON_SRC = parser.c tools.c platform.c stream.c decoders.c units.c
DECODER_SRC = $(COMMON_SRC) blackbox_decode.c gpxwriter.c imu.c
RENDERER_SRC = $(COMMON_SRC) blackbox_render.c datapoints.c embeddedfont.c expo.c imu.c
ENCODER_TESTBED_SRC = $(COMMON_SRC) encoder_testbed.c
Expand Down
Loading

0 comments on commit 93a8fe3

Please sign in to comment.