SummerGift 8 лет назад
Родитель
Сommit
1638dc5330
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      port/mpy_main.c

+ 1 - 1
port/mpy_main.c

@@ -140,7 +140,7 @@ void MP_WEAK __assert_func(const char *file, int line, const char *func, const c
 
 int DEBUG_printf(const char *format, ...)
 {
-	static char log_buf[512];
+    static char log_buf[512];
     va_list args;
 
     /* args point to the first variable parameter */