aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/apps/dfu/Makefile
blob: 141b01fb8c6c1d7c79c437fbebc00cf50bb972c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
C_FILES += $(C_LIBUSB_DFU)

# Trace level used for compilation
# (can be overriden by adding TRACE_LEVEL=#number to the command-line)
# TRACE_LEVEL_DEBUG      5
# TRACE_LEVEL_INFO       4
# TRACE_LEVEL_WARNING    3
# TRACE_LEVEL_ERROR      2
# TRACE_LEVEL_FATAL      1
# TRACE_LEVEL_NO_TRACE   0
TRACE_LEVEL ?= 3