[apps/code] Repare print() in micropython

Change-Id: I43c46748b15d83e071c7b7f1e8448384ce5ad77f
This commit is contained in:
Émilie Feral
2017-08-17 15:33:53 +02:00
parent 3184bc2276
commit b50296d9c2
5 changed files with 48 additions and 7 deletions

View File

@@ -0,0 +1,6 @@
#include <stdlib.h>
extern "C"
void mp_hal_stdout_tx_strn_cooked(const char * str, size_t len) {
}