Files
Upsilon/apps/code/test/mpprint.cpp
Émilie Feral b50296d9c2 [apps/code] Repare print() in micropython
Change-Id: I43c46748b15d83e071c7b7f1e8448384ce5ad77f
2017-08-25 11:20:48 +02:00

7 lines
101 B
C++

#include <stdlib.h>
extern "C"
void mp_hal_stdout_tx_strn_cooked(const char * str, size_t len) {
}