Skip to content

Commit 9753db1

Browse files
committed
fixed typo (removed underscore character)
1 parent 516f08c commit 9753db1

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
@@ -85,7 +85,7 @@ static inline void rns_storage_dbg(const char *format, ...) {
8585
(void)format;
8686
}
8787

88-
static inline void _rns_storage_dbg_mem(uint8_t *b, uint32_t _size) {
88+
static inline void rns_storage_dbg_mem(uint8_t *b, uint32_t _size) {
8989
(void)b;
9090
(void)_size;
9191
}

0 commit comments

Comments
 (0)