Skip to content

Commit 4de0106

Browse files
Add rail assert error codes header back
1 parent 136c58e commit 4de0106

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/platform/silabs/Logging.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
#include <stdio.h>
1616
#include <string.h>
1717

18+
#ifdef RAIL_ASSERT_DEBUG_STRING
19+
#include "rail_assert_error_codes.h"
20+
#endif // RAIL_ASSERT_DEBUG_STRING
21+
1822
#ifdef PW_RPC_ENABLED
1923
#include "PigweedLogger.h"
2024
#endif

0 commit comments

Comments
 (0)