Auto-generated configs and docs
This commit is contained in:
parent
4af8a13a31
commit
94b9e4a5b1
|
@ -1,6 +1,6 @@
|
|||
#include "global.h"
|
||||
#include "rusefi_hw_enums.h"
|
||||
// was generated automatically by rusEFI tool from rusefi_hw_enums.h // by enum2string.jar tool on Thu Apr 28 22:03:39 UTC 2022
|
||||
// was generated automatically by rusEFI tool from rusefi_hw_enums.h // by enum2string.jar tool on Sat Apr 30 00:33:38 UTC 2022
|
||||
// see also gen_config_and_enums.bat
|
||||
|
||||
|
||||
|
@ -103,6 +103,14 @@ case Gpio::C8:
|
|||
return "C8";
|
||||
case Gpio::C9:
|
||||
return "C9";
|
||||
case Gpio::CAN0:
|
||||
return "CAN0";
|
||||
case Gpio::CAN1:
|
||||
return "CAN1";
|
||||
case Gpio::CAN2:
|
||||
return "CAN2";
|
||||
case Gpio::CAN3:
|
||||
return "CAN3";
|
||||
case Gpio::D0:
|
||||
return "D0";
|
||||
case Gpio::D1:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#include "global.h"
|
||||
#include "rusefi_hw_enums.h"
|
||||
// was generated automatically by rusEFI tool from rusefi_hw_enums.h // by enum2string.jar tool on Thu Apr 28 22:03:38 UTC 2022
|
||||
// was generated automatically by rusEFI tool from rusefi_hw_enums.h // by enum2string.jar tool on Sat Apr 30 00:33:38 UTC 2022
|
||||
// see also gen_config_and_enums.bat
|
||||
|
||||
|
||||
|
@ -103,6 +103,14 @@ case Gpio::C8:
|
|||
return "C8";
|
||||
case Gpio::C9:
|
||||
return "C9";
|
||||
case Gpio::CAN0:
|
||||
return "CAN0";
|
||||
case Gpio::CAN1:
|
||||
return "CAN1";
|
||||
case Gpio::CAN2:
|
||||
return "CAN2";
|
||||
case Gpio::CAN3:
|
||||
return "CAN3";
|
||||
case Gpio::D0:
|
||||
return "D0";
|
||||
case Gpio::D1:
|
||||
|
|
Loading…
Reference in New Issue