Fix ll_str length

This commit is contained in:
Pim van Pelt
2017-11-26 10:44:11 +01:00
parent 705c65c6c9
commit a8282618a3

View File

@ -4,7 +4,7 @@
#include "mgos_mock.h"
int log_print_prefix(enum cs_log_level l, const char *func, const char *file) {
char ll_str[8];
char ll_str[6];
switch(l) {
case LL_ERROR: