altos: Switch all tick variables to AO_TICK_TYPE/AO_TICK_SIGNED
[fw/altos] / src / stm-bringup / bringup.c
index c5fad4a320b975e87051fd44ba50201fcd7f438c..30b442cdfd3948fa43e2f28a6af25e4ba3ca9c37 100644 (file)
@@ -3,7 +3,8 @@
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -250,7 +251,7 @@ serial_string(char *string)
                outbyte(c);
 }
 
-volatile uint16_t      tick_count;
+volatile AO_TICK_TYPE  tick_count;
 
 void
 stm_tim6_isr(void)