only:docs

This commit is contained in:
rusefillc 2023-11-13 16:47:59 -05:00
parent dcdb5c5609
commit d0a573dbba
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ void processCanRxMessage(const size_t busIndex, const CANRxFrame &frame, efitick
printPacket(busIndex, frame); printPacket(busIndex, frame);
} }
// see AemXSeriesWideband as an example of CanSensorBase/CanListener
serviceCanSubscribers(frame, nowNt); serviceCanSubscribers(frame, nowNt);
// todo: convert to CanListener or not? // todo: convert to CanListener or not?