altos: Remove spurious ao_mma655x_spi_index variable
[fw/altos] / src / kernel / ao_report_micro.c
index 0e8e287f63eae1c123988dd26ee12df95c3868ec..9c7afdc56d2a850d28bc2f9a2920b44bfba9c94d 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
@@ -16,6 +17,7 @@
  */
 
 #include <ao.h>
+#include <ao_report_micro.h>
 
 #define mid(time)      ao_led_for(AO_LED_REPORT, time)
 #define pause(time)    ao_delay(time)