Skip to content

Commit 09f97d9

Browse files
committed
Use <cctype> in debug_dump header
Replace the C header `<ctype.h>` with the C++ equivalent `<cctype>` in `debug_dump.h` to align with C++ include conventions and improve standard-library compatibility.
1 parent ef487d3 commit 09f97d9

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)