Auto-generated configs and docs
This commit is contained in:
parent
05fb5230b9
commit
12bf159e79
|
@ -0,0 +1,12 @@
|
|||
//DO NOT EDIT MANUALLY, let automation work hard.
|
||||
|
||||
// auto-generated by PinoutLogic.java based on config/boards/hellen/hellen-honda-k/connectors/main.yaml
|
||||
#include "pch.h"
|
||||
|
||||
// see comments at declaration in pin_repository.h
|
||||
const char * getBoardSpecificPinName(brain_pin_e brainPin) {
|
||||
switch(brainPin) {
|
||||
default: return nullptr;
|
||||
}
|
||||
return nullptr;
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
//
|
||||
// was generated automatically by rusEFI tool ConfigDefinition.jar based on gen_config.sh by SignatureConsumer
|
||||
//
|
||||
|
||||
#define SIGNATURE_HASH snap_58558
|
||||
#define TS_SIGNATURE "rusEFI 2023.01.20.hellen-honda-k.snap_58558"
|
Loading…
Reference in New Issue