more of conditional compilation

This commit is contained in:
rusefillc 2023-07-24 01:20:52 -04:00
parent 066b1546ae
commit d0c37af02b
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,7 @@ void setDiscoveryPdm() {
// todo: should this be part of more default configurations?
void setFrankensoConfiguration() {
#if HW_FRANKENSO
engineConfiguration->trigger.type = trigger_type_e::TT_ONE_PLUS_ONE;
commonFrankensoAnalogInputs();
@ -164,6 +165,7 @@ void setFrankensoConfiguration() {
// todo: 8.2 or 10k?
engineConfiguration->vbattDividerCoeff = ((float) (10 + 33)) / 10 * 2;
#endif // HW_FRANKENSO
}
/**