debug: move internal functions declarations to an internal header file

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti 2024-01-17 10:24:52 +01:00
parent d929106f36
commit b4f5076270
13 changed files with 184 additions and 169 deletions

View file

@ -11,7 +11,7 @@
#include "mbedtls/platform.h"
#include "mbedtls/debug.h"
#include "debug_internal.h"
#include "mbedtls/error.h"
#include <stdarg.h>