]> Kevux Git Server - fll/commit
Bugfix: The fll_program_standard_signal_received() needs a private implementation.
authorKevin Day <thekevinday@gmail.com>
Tue, 23 Aug 2022 01:10:36 +0000 (20:10 -0500)
committerKevin Day <thekevinday@gmail.com>
Tue, 23 Aug 2022 01:10:36 +0000 (20:10 -0500)
commited22b926b67429681841b6b0dc3d76daca1b451f
treed9f897b94ad971449c10f48273cf5f74e06f4214
parent9f3c2e2ba4b4b8eea4a354544da6866ffb7143b1
Bugfix: The fll_program_standard_signal_received() needs a private implementation.

The function fll_program_standard_signal_received() is being called by fll_program_standard_signal_state().
This is not supposed to be allowed and breaks the functional-modular design.

A private function now exists that is called.
build/level_2/settings
build/monolithic/settings
level_2/fll_program/c/private-program.c [new file with mode: 0644]
level_2/fll_program/c/private-program.h [new file with mode: 0644]
level_2/fll_program/c/program.c
level_2/fll_program/c/program.h
level_2/fll_program/data/build/settings