We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15cf923 commit b7d3851Copy full SHA for b7d3851
libraries/SrcWrapper/src/syscalls.c
@@ -13,8 +13,6 @@
13
#undef errno
14
extern int errno;
15
16
-extern size_t uart_debug_write(uint8_t *data, uint32_t size);
17
-
18
// Helper macro to mark unused parameters and prevent compiler warnings.
19
// Appends _UNUSED to the variable name to prevent accidentally using them.
20
#ifdef UNUSED
0 commit comments