OVVE / software-controller

Software for the Arduino Mega
Other
2 stars 7 forks source link

Fix hal/timer bugs #29

Closed mrrosen closed 4 years ago

mrrosen commented 4 years ago

Type bugs in the timer hal were causing problems, especially after the move from Due (32-bit ARM) to MEGA (8-bit AVR) with respect to data types and sizes/types of literals.