Auto-generated configs and docs
This commit is contained in:
parent
ca623eb6ee
commit
1b56415c56
|
@ -1,6 +1,6 @@
|
|||
#include "global.h"
|
||||
#include "sync_edge.h"
|
||||
// was generated automatically by rusEFI tool from sync_edge.h // by enum2string.jar tool on Fri Sep 23 12:11:58 PDT 2022
|
||||
// was generated automatically by rusEFI tool from sync_edge.h // by enum2string.jar tool on Sun Sep 25 22:53:38 UTC 2022
|
||||
// see also gen_config_and_enums.bat
|
||||
|
||||
|
||||
|
@ -13,6 +13,8 @@ case SyncEdge::Fall:
|
|||
return "Fall";
|
||||
case SyncEdge::Rise:
|
||||
return "Rise";
|
||||
case SyncEdge::RiseOnly:
|
||||
return "RiseOnly";
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue