fuxes for build without serial

This commit is contained in:
2017-12-22 01:02:45 +01:00
parent 5135aedc5b
commit 5db77649ff
2 changed files with 16 additions and 1 deletions
+1
View File
@@ -79,6 +79,7 @@ ssize_t _write_r(struct _reent *rptr, int fd, const void *buf, size_t len)
#else
// No-uart variant
void DebugUart_PreInit(void) {}
void DebugUart_Init(void) {}
ssize_t _write_r(struct _reent *rptr, int fd, const void *buf, size_t len) {
return len;