Put format into internal_configuration

This commit is contained in:
Max Bruckner
2018-01-31 23:28:48 +01:00
parent 677f0cb1bb
commit 27977adc93
13 changed files with 51 additions and 49 deletions

View File

@@ -28,7 +28,7 @@ static void assert_print_number(const char *expected, double input)
{
unsigned char printed[1024];
cJSON item[1];
printbuffer buffer = { 0, 0, 0, 0, 0, 0, { 0, 0, 0 } };
printbuffer buffer = { 0, 0, 0, 0, 0, { 0, 0, 0, 0 } };
buffer.buffer = printed;
buffer.length = sizeof(printed);
buffer.offset = 0;