2019-07-12 15:40:13 +02:00
|
|
|
# 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
|
2019-08-29 15:05:55 +02:00
|
|
|
DEBUG_I2C= 0
|
2019-07-12 15:40:13 +02:00
|
|
|
DEBUG_REG= 0
|
|
|
|
|
DEBUG_HAL= 0
|
|
|
|
|
DEBUG_LBT= 0
|
|
|
|
|
DEBUG_GPS= 0
|
|
|
|
|
DEBUG_RAD= 0
|
|
|
|
|
DEBUG_CAL= 0
|
2019-08-29 15:05:55 +02:00
|
|
|
DEBUG_SX1302= 0
|