generate java enum from C enum? generate both C and java from yaml? #2102

This commit is contained in:
rusefillc 2021-10-24 00:44:09 -04:00
parent 4a2751832a
commit 73bec80f77
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include "fuel_math.h"
#include "airmass.h"
#include "utlist.h"
#include "lua_airmass.h"
#include "can_msg_tx.h"
#include "settings.h"
@ -350,6 +351,10 @@ struct LuaCanReciever {
LuaCanReciever *next;
#if EFI_PROD_CODE
cyclic_buffer<CANRxFrame> pending;
#endif // EFI_PROD_CODE
~LuaCanReciever() {
LuaCanReciever *current, *tmp;
// find self in list and remove self