]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - common/timer.c
Merge branch 'rhaberkorn-serial-mouse'
[tmk_firmware.git] / common / timer.c
index 8b8d37e8b32c47e1a393061e87ee6d0157382779..e0dec6cefcf9d07fef9f25b32f8efcd640e1958e 100644 (file)
@@ -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)