diff options
author | Jason Reiss <jreiss@multitech.com> | 2019-02-01 13:40:56 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2019-07-03 17:08:20 -0500 |
commit | b37c640bdcdb6a52001c8cab7629570f3bfaf04e (patch) | |
tree | f31b68b8421d2f1812979126fc9e8ac4db98e29a /recipes-connectivity/lora/lora-gateway-usb | |
parent | 9eddbd6bb0ad62370a1a194eb647611c7473d800 (diff) | |
download | meta-mlinux-b37c640bdcdb6a52001c8cab7629570f3bfaf04e.tar.gz meta-mlinux-b37c640bdcdb6a52001c8cab7629570f3bfaf04e.tar.bz2 meta-mlinux-b37c640bdcdb6a52001c8cab7629570f3bfaf04e.zip |
lora: disable HAL debug messages
Diffstat (limited to 'recipes-connectivity/lora/lora-gateway-usb')
-rw-r--r-- | recipes-connectivity/lora/lora-gateway-usb/library.cfg | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/recipes-connectivity/lora/lora-gateway-usb/library.cfg b/recipes-connectivity/lora/lora-gateway-usb/library.cfg index 01b066d..3d5d95a 100644 --- a/recipes-connectivity/lora/lora-gateway-usb/library.cfg +++ b/recipes-connectivity/lora/lora-gateway-usb/library.cfg @@ -66,8 +66,5 @@ CFG_NET= private 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_HAL= 0 DEBUG_GPS= 0 |