mirror of
https://github.com/pine64/blisp.git
synced 2026-09-18 11:21:29 +00:00
Add blisp_easy, many improvements, adds iot single download feature
This commit is contained in:
@@ -17,6 +17,7 @@ static void blisp_dlog(const char* format, ...)
|
||||
va_start(args, format);
|
||||
vfprintf(stderr, format, args);
|
||||
va_end(args);
|
||||
fputc('\n', stderr);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user