]> Kevux Git Server - fll/commit
Update: Simplify console priority checking by providing fl_console_parameter_prioriti...
authorKevin Day <thekevinday@gmail.com>
Sun, 8 Sep 2019 20:22:41 +0000 (15:22 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 8 Sep 2019 20:22:41 +0000 (15:22 -0500)
commitdd003b3ad9b96c11ce3252f1d8ba40a41c3f8b50
treed0952d08b4727a867be3d86be6089e73f25fe307
parent2637fd56fd552dcf2dec1568c1e1b03775730e44
Update: Simplify console priority checking by providing fl_console_parameter_prioritize() and fix name of fl_console functions

Simplify the code for determining which console parameter of some set of console parameters has priority.
Abstract this functionality into its own function so that other projects can leverage this.

The functions in fl_console should be prefixed with fl_console.
level_0/f_console/c/console.h
level_1/fl_console/c/console.c
level_1/fl_console/c/console.h
level_2/fll_program/c/program.c
level_2/fll_program/c/program.h
level_3/fss_extended_write/c/fss_extended_write.c