Skip to content

Commit 7cf0b96

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libraries/SrcWrapper/src/syscalls.c

Lines changed: 0 additions & 2 deletions
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)