Teacup_Firmware/simulator
Phil Hord 18ea439788 simulator: fix timer overflow problem
Next-interrupt-time calculations were made in 16-bit registers but
moved to 32-bit ones for convenience.  But they forgot to round off
at 16-bits.  Force the round-off so we do not wait forever.
2013-12-06 19:24:58 +01:00
..
analog_sim.c Restore simulation build target. 2013-12-06 19:24:58 +01:00
data_recorder.c WIP: Add simulator data-logging. 2013-12-06 19:24:58 +01:00
data_recorder.h WIP: Add simulator data-logging. 2013-12-06 19:24:58 +01:00
delay_sim.c Restore simulation build target. 2013-12-06 19:24:58 +01:00
heater_sim.c Restore simulation build target. 2013-12-06 19:24:58 +01:00
intercom_sim.c Restore simulation build target. 2013-12-06 19:24:58 +01:00
serial_sim.c Restore simulation build target. 2013-12-06 19:24:58 +01:00
simulator.c WIP: Add simulator data-logging. 2013-12-06 19:24:58 +01:00
timer_ext.c simulator: fix timer overflow problem 2013-12-06 19:24:58 +01:00