Auto-generated configs and docs

This commit is contained in:
GitHub build-firmware Action 2022-05-21 15:09:11 +00:00
parent 6533dd4e78
commit 61e8aa373d
2 changed files with 13 additions and 2 deletions

View File

@ -0,0 +1,11 @@
// auto-generated by PinoutLogic.java
#include "pch.h"
const char * getBoardSpecificPinName(brain_pin_e brainPin) {
switch(brainPin) {
case Gpio::D2: return "C1-13 - Fuel Pump";
default: return nullptr;
}
return nullptr;
}

View File

@ -2,5 +2,5 @@
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh null
//
#define SIGNATURE_HASH 2005404702
#define TS_SIGNATURE "rusEFI 2022.05.21.hellen-gm-e67.2005404702"
#define SIGNATURE_HASH 1184409648
#define TS_SIGNATURE "rusEFI 2022.05.21.hellen-gm-e67.1184409648"