diff options
Diffstat (limited to 'common/timer.c')
-rw-r--r-- | common/timer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/timer.c b/common/timer.c index 8b8d37e8b3..e0dec6cefc 100644 --- a/common/timer.c +++ b/common/timer.c @@ -22,6 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // counter resolution 1ms +// NOTE: union { uint32_t timer32; struct { uint16_t dummy; uint16_t timer16; }} volatile uint32_t timer_count = 0; void timer_init(void) |