Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8530a4a

Browse files
committedOct 3, 2024·
renamed forgotten debug functions with new name used to avoid clash
1 parent 7bdb639 commit 8530a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎libraries/Storage/storage_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ static inline void rns_storage_dbg_mem(uint8_t *b, uint32_t _size) {
9898

9999
#ifdef STORAGE_ASSERT
100100
#define MBED_ASSERT(expr) do { if (!(expr)) { \
101-
debug("ASSERT FAILED at line %d in file %s",__LINE__,__FILE__); }} while(0)
101+
rns_storage_dbg("ASSERT FAILED at line %d in file %s",__LINE__,__FILE__); }} while(0)
102102
#else
103103
#define MBED_ASSERT(expr)
104104
#endif

0 commit comments

Comments
 (0)
Please sign in to comment.