remove board_mcu.h

This commit is contained in:
hathach
2025-02-11 21:55:28 +07:00
parent f1ce4918c2
commit 3560ed3d98
3 changed files with 3 additions and 196 deletions

View File

@@ -64,9 +64,7 @@ int sys_read(int fhdl, char *buf, size_t count) {
#endif
#elif defined(LOGGER_SWO)
// Logging with SWO for ARM Cortex
#include "board_mcu.h"
// Logging with SWO for ARM Cortex-M
int sys_write (int fhdl, const char *buf, size_t count) {
(void) fhdl;
uint8_t const* buf8 = (uint8_t const*) buf;