Skip to content

Commit 2df6163

Browse files
committed
Replace <ctype.h> with <cctype> in debug_dump.h
Use the C++ standard header <cctype> instead of the C header <ctype.h> for consistency with the C++ codebase.
1 parent e70ab3e commit 2df6163

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/include/firmware/debug/debug_dump.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
#include <cstdint>
3030
#include <cstdio>
31-
#include <ctype.h>
31+
#include <cctype>
3232

3333
#include "firmware/debug/debug_config.h"
3434

0 commit comments

Comments
 (0)