mirror of
https://github.com/FreeRTOS/coreMQTT
synced 2025-10-20 12:48:45 +08:00
Combine config default headers
The loggging defaults were split out since they are not namespaced to coreMQTT, and they previously leaked to all files including a coreMQTT header. Splitting them allowed the logging defaults to only be pulled into coreMQTT source files. Now that no header files use the config headers, and thus all coreMQTT config only affects coreMQTT source files, the split is no longer needed.
This commit is contained in:

committed by
Archit Gupta

parent
05522148da
commit
b9dfc361f2
@@ -33,8 +33,6 @@
|
||||
/* Include config defaults header to get default values of configs. */
|
||||
#include "core_mqtt_config_defaults.h"
|
||||
|
||||
#include "core_mqtt_default_logging.h"
|
||||
|
||||
/*-----------------------------------------------------------*/
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user