read temperature test

This commit is contained in:
2020-11-28 13:41:30 +01:00
parent 17fc4b0de1
commit c68566a1e1
171 changed files with 19670 additions and 14 deletions

View File

@ -610,7 +610,7 @@ gs_error_t gs_log_string_to_mask(const char *str, uint8_t current_mask, uint8_t
Unless levels are individually defined, this will be the default value.
*/
#if !defined(GS_LOG_DISABLE_ALL)
#define GS_LOG_DISABLE_ALL 0
#define GS_LOG_DISABLE_ALL 1
#endif
/**