transmitStruct<Egts>

This commit is contained in:
rusefillc 2024-05-10 17:07:26 -04:00
parent 1969e98d0c
commit c799184f09
1 changed files with 2 additions and 0 deletions

View File

@ -233,6 +233,8 @@ void sendCanVerbose() {
transmitStruct<Fueling2> (CanCategory::VERBOSE, base + 6, isExt, canChannel);
transmitStruct<Fueling3> (CanCategory::VERBOSE, base + 7, isExt, canChannel);
transmitStruct<Cams> (CanCategory::VERBOSE, base + 8, isExt, canChannel);
transmitStruct<Egts> (CanCategory::VERBOSE, base + 9, isExt, canChannel);
}
#endif // EFI_CAN_SUPPORT