We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516f08c commit 9753db1Copy full SHA for 9753db1
libraries/Storage/storage_common.h
@@ -85,7 +85,7 @@ static inline void rns_storage_dbg(const char *format, ...) {
85
(void)format;
86
}
87
88
-static inline void _rns_storage_dbg_mem(uint8_t *b, uint32_t _size) {
+static inline void rns_storage_dbg_mem(uint8_t *b, uint32_t _size) {
89
(void)b;
90
(void)_size;
91
0 commit comments