blob: 641206f53bd828c5778b59d0308affdb4cfcf898 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# That file will be included in the Makefile files that have hardware dependencies
### Debug options ###
# Set the DEBUG_* to 1 to activate debug mode in individual modules.
# Warning: that makes the module *very verbose*, do not use for production
DEBUG_AUX= 0
DEBUG_SPI= 0
DEBUG_REG= 0
# jjg - turning this on is useful to get HAL-related error messages that
# don't print out otherwise. It doesn't seem to add that much printing
# under normal operation.
DEBUG_HAL= 1
DEBUG_LBT= 0
DEBUG_GPS= 0
|