1
0
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:
Archit Gupta
2024-01-31 11:32:00 -08:00
committed by Archit Gupta
parent 05522148da
commit b9dfc361f2
5 changed files with 80 additions and 138 deletions

View File

@@ -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"
/*-----------------------------------------------------------*/
/**