ohh gen_live_documentation is still invoked manually?

This commit is contained in:
Andrey 2024-02-29 23:07:25 -05:00
parent aa4005aa60
commit 8a717c94d9
3 changed files with 2 additions and 4 deletions

View File

@ -43,10 +43,6 @@ jobs:
- name: Test Java Compiler
run: javac -version
- name: Generate Enums & Live Documentation
working-directory: ./firmware/
run: bash gen_live_documentation.sh
- name: Print Compiler version
# NOTE: on mac, this is actually symlink'd to clang, not gcc, but that's ok - we want to build on both
run: gcc -v

View File

@ -93,6 +93,7 @@ bool LaunchControlBase::isLaunchConditionMet(int rpm) {
LaunchControlBase::LaunchControlBase() {
launchActivatePinState = false;
isLaunchPreCondition = false;
isLaunchPreCondition2 = false;
isLaunchCondition = false;
}

View File

@ -5,6 +5,7 @@ int retardThresholdRpm
bit combinedConditions
bit launchActivatePinState
bit isLaunchPreCondition
bit isLaunchPreCondition2
bit isLaunchCondition
bit isSwitchActivated
bit isClutchActivated