Bearcat-Electric-Vehicle-BEV / TeensyECU

0 stars 0 forks source link

Add more compiler features #43

Closed MarshalStewart closed 2 years ago

MarshalStewart commented 2 years ago

any code that doesn't need compiled for specific reasons can be header guarded out

Maybe using a compiler args file or something

Also ensuring optimal typings are chosen any 64 bit numbers are slow.

MarshalStewart commented 2 years ago

done