summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Sun <smn@amazon.com>2021-10-15 13:54:18 +0800
committerAndy Sun <smn@amazon.com>2021-11-09 17:14:01 +0800
commit5da440d8248c16f2bf313c82de278a8f29a4b35f (patch)
treedd722e95f1a2fc811bce1b5409f05ca4b370e16a
parent7f52d7d7d0af61510ed6c2fc483638690a476fdd (diff)
downloadfreertos-git-5da440d8248c16f2bf313c82de278a8f29a4b35f.tar.gz
Modify the demo log level to LOG_INFO
-rw-r--r--FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/cellular_bg96_mqtt_demo/demo_config.h2
-rw-r--r--FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/cellular_hl7802_mqtt_demo/demo_config.h2
-rw-r--r--FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/cellular_sara_r4_mqtt_demo/demo_config.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/cellular_bg96_mqtt_demo/demo_config.h b/FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/cellular_bg96_mqtt_demo/demo_config.h
index 9dbadd829..5003d56d5 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/cellular_bg96_mqtt_demo/demo_config.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/cellular_bg96_mqtt_demo/demo_config.h
@@ -49,7 +49,7 @@
#endif
#ifndef LIBRARY_LOG_LEVEL
- #define LIBRARY_LOG_LEVEL LOG_ERROR
+ #define LIBRARY_LOG_LEVEL LOG_INFO
#endif
/* Prototype for the function used to print to console on Windows simulator
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/cellular_hl7802_mqtt_demo/demo_config.h b/FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/cellular_hl7802_mqtt_demo/demo_config.h
index 5b2856bfb..645c05e2b 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/cellular_hl7802_mqtt_demo/demo_config.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/cellular_hl7802_mqtt_demo/demo_config.h
@@ -49,7 +49,7 @@
#endif
#ifndef LIBRARY_LOG_LEVEL
- #define LIBRARY_LOG_LEVEL LOG_ERROR
+ #define LIBRARY_LOG_LEVEL LOG_INFO
#endif
/* Prototype for the function used to print to console on Windows simulator
diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/cellular_sara_r4_mqtt_demo/demo_config.h b/FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/cellular_sara_r4_mqtt_demo/demo_config.h
index c9641cc05..1af28b94b 100644
--- a/FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/cellular_sara_r4_mqtt_demo/demo_config.h
+++ b/FreeRTOS-Plus/Demo/FreeRTOS_Cellular_Interface_Windows_Simulator/cellular_sara_r4_mqtt_demo/demo_config.h
@@ -49,7 +49,7 @@
#endif
#ifndef LIBRARY_LOG_LEVEL
- #define LIBRARY_LOG_LEVEL LOG_ERROR
+ #define LIBRARY_LOG_LEVEL LOG_INFO
#endif
/* Prototype for the function used to print to console on Windows simulator