]> Kevux Git Server - fll/commit
Update: short variable name, reorganize function, fix types
authorKevin Day <thekevinday@gmail.com>
Mon, 27 Apr 2020 02:13:28 +0000 (21:13 -0500)
committerKevin Day <thekevinday@gmail.com>
Mon, 27 Apr 2020 02:18:34 +0000 (21:18 -0500)
commit66cc8c27aeb0f6da9de6cd8568f9b71f3b8da1ab
tree9d53e21acc0f1072c9c0d467bafd29a638af801c
parent260e27500fc562ffeca4adcef9777765ff27d765
Update: short variable name, reorganize function, fix types

The use of parameter_counter ended up being very wordy with "parameters.parameter[parameter_counter]".
- Change this to 'i', since that is unused and traditional.

Reorganize the additional parameter processing loop.

Use uint8_t instead of "unsigned short" for more consistency.
The width_max should be f_number_unsigned and not "unsigned short".

Add additional documentation for console ids in regards to what "empty" means.
level_0/f_console/c/console.c
level_0/f_console/c/console.h