Commit Graph

5 Commits

Author SHA1 Message Date
rusefillc 9500ccb474 PCAN sandbox - error requestOutputChannels #3698
improving logging
2021-12-19 00:43:22 -05:00
rusefillc e705db16ff helping CAN compile 2021-12-03 22:24:57 -05:00
Andrei d1f30f10b1 CAN update 2021-12-03 21:44:15 -05:00
Scott Smith 80091498a6 Programmatically replace ENGINE() and CONFIG() with engine-> etc (#3565)
git grep -l -w ENGINE | xargs sed -i -r "s/ENGINE\(([]a-zA-Z_0-9.[]+)\)/engine->\1/g"

git grep -l -w CONFIG | xargs sed -i -r "s/([^a-zA-Z_])CONFIG\(([]a-zA-Z_0-9.[]+)\)/\1engineConfiguration->\2/g"
2021-11-17 03:54:21 -05:00
Matthew Kennedy 34b678728a extract CAN TS channel (#2469)
* extract CAN channel

* this is gross
2021-03-17 08:39:13 -04:00