this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #2094 from joshgoebel/reserved_not_free

(docs) <96kb is reserved RAM, not free

authored by

Vadim Grigoruk and committed by
GitHub
73ae9845 8e06fd11

+1 -1
+1 -1
src/studio/screens/console.c
··· 3028 3028 {offsetof(tic_ram, font.alt), "ALT FONT"}, 3029 3029 {offsetof(tic_ram, font.alt.params), "ALT FONT PARAMS"}, 3030 3030 {offsetof(tic_ram, mapping), "BUTTONS MAPPING"}, 3031 - {offsetof(tic_ram, free), "... (free)"}, 3031 + {offsetof(tic_ram, free), "** RESERVED **"}, 3032 3032 {TIC_RAM_SIZE, ""}, 3033 3033 }; 3034 3034