Auto-generated configs and docs
This commit is contained in:
parent
cc22937c65
commit
a73f5559dc
|
@ -1,8 +1,10 @@
|
||||||
// was generated automatically by rusEFI tool from sensor_type.h // by enum2string.jar tool on Sat Oct 16 17:24:03 EDT 2021
|
// was generated automatically by rusEFI tool from sensor_type.h // by enum2string.jar tool on Thu Jan 27 21:56:51 UTC 2022
|
||||||
// see also gen_config_and_enums.bat
|
// see also gen_config_and_enums.bat
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "sensor_type.h"
|
#include "sensor_type.h"
|
||||||
#pragma once
|
#pragma once
|
||||||
|
#if __cplusplus
|
||||||
const char *getSensorType(SensorType value);
|
const char *getSensorType(SensorType value);
|
||||||
|
#endif //__cplusplus
|
||||||
|
|
Loading…
Reference in New Issue