Loading apps/renderer.c +14 −16 Original line number Diff line number Diff line Loading @@ -104,7 +104,6 @@ extern int16_t *ptr_max_stack; extern int32_t wc_frame; extern char location_max_stack[256]; /* clang-format off */ /*------------------------------------------------------------------------------------------* * Function to print complexity & memory estimates *------------------------------------------------------------------------------------------*/ Loading @@ -126,7 +125,6 @@ static void print_mem_renderer(size_t SRAM_size) fprintf( stdout, " 32 bits of memory and may therefore be represented by 1 word.\n" ); fprintf( stdout, " The following formula is used: sizeof('memory array')/sizeof(float)\n\n" ); } /* clang-format on */ #endif typedef struct Loading Loading
apps/renderer.c +14 −16 Original line number Diff line number Diff line Loading @@ -104,7 +104,6 @@ extern int16_t *ptr_max_stack; extern int32_t wc_frame; extern char location_max_stack[256]; /* clang-format off */ /*------------------------------------------------------------------------------------------* * Function to print complexity & memory estimates *------------------------------------------------------------------------------------------*/ Loading @@ -126,7 +125,6 @@ static void print_mem_renderer(size_t SRAM_size) fprintf( stdout, " 32 bits of memory and may therefore be represented by 1 word.\n" ); fprintf( stdout, " The following formula is used: sizeof('memory array')/sizeof(float)\n\n" ); } /* clang-format on */ #endif typedef struct Loading