mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 08:47:28 +01:00
7 lines
101 B
C++
7 lines
101 B
C++
#include <stdlib.h>
|
|
|
|
extern "C"
|
|
void mp_hal_stdout_tx_strn_cooked(const char * str, size_t len) {
|
|
}
|
|
|