Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2022-09-25 22:54:41 +00:00
parent ca623eb6ee
commit 1b56415c56
1 changed files with 3 additions and 1 deletions

View File

@ -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;
}