Skip to content

Commit 1d4e6ed

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 C++ coding style.
1 parent 1d3adfb commit 1d4e6ed

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)