From 7c383be1542368f2601015d9fc2a417197677677 Mon Sep 17 00:00:00 2001 From: Harsh Sharma <92harshsharma@gmail.com> Date: Wed, 13 Jun 2018 13:24:54 -0500 Subject: Initial Commit --- libloragw/library.cfg | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libloragw/library.cfg (limited to 'libloragw/library.cfg') diff --git a/libloragw/library.cfg b/libloragw/library.cfg new file mode 100644 index 0000000..f962ba2 --- /dev/null +++ b/libloragw/library.cfg @@ -0,0 +1,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 -- cgit v1.2.3