1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-25 09:16:07 +03:00

Merge pull request #2995 from martinbudden/bf_blackbox_test

Renamed blackbox_unittest to blackbox_encoding_unittest
This commit is contained in:
Martin Budden 2017-05-01 10:58:05 +01:00 committed by GitHub
commit b8a8f6d2d8
2 changed files with 1 additions and 1 deletions

View file

@ -46,7 +46,7 @@ battery_unittest_SRC := \
$(USER_DIR)/common/maths.c
blackbox_unittest_SRC := \
blackbox_encoding_unittest_SRC := \
$(USER_DIR)/blackbox/blackbox_encoding.c \
$(USER_DIR)/common/encoding.c \
$(USER_DIR)/common/printf.c \