Skip to content

Commit b7d3851

Browse files
committed
fix: remove useless declaration
since _write() syscall moved to Print.cpp Signed-off-by: Frederic Pillon <[email protected]>
1 parent 15cf923 commit b7d3851

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libraries/SrcWrapper/src/syscalls.c

-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
#undef errno
1414
extern int errno;
1515

16-
extern size_t uart_debug_write(uint8_t *data, uint32_t size);
17-
1816
// Helper macro to mark unused parameters and prevent compiler warnings.
1917
// Appends _UNUSED to the variable name to prevent accidentally using them.
2018
#ifdef UNUSED

0 commit comments

Comments
 (0)