summaryrefslogtreecommitdiff
path: root/libloragw/library.cfg
blob: f962ba27efb4c8c34bd209978af65ff519c3c5fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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
DEBUG_HAL= 0
DEBUG_LBT= 0
DEBUG_GPS= 0