Auto-generated configs and docs

This commit is contained in:
GitHub gen-configs Action 2022-09-30 03:15:40 +00:00
parent 587c448688
commit ad39e5aee9
1 changed files with 3 additions and 1 deletions

View File

@ -1,12 +1,14 @@
#include "global.h"
#include "can_category.h"
// was generated automatically by rusEFI tool from can_category.h // by enum2string.jar tool on Mon Sep 19 01:30:13 UTC 2022
// was generated automatically by rusEFI tool from can_category.h // by enum2string.jar tool on Fri Sep 30 03:14:34 UTC 2022
// see also gen_config_and_enums.bat
const char *getCanCategory(CanCategory value){
switch(value) {
case CanCategory::BENCH_TEST:
return "BENCH_TEST";
case CanCategory::DOWNSTREAM_FLASHING:
return "DOWNSTREAM_FLASHING";
case CanCategory::LUA: