Start using pdata area for less-frequently used data
[fw/altos] / ao_report.c
index 0753df47cf30957b2e7712ae666c0ed0f19b0319..cee2bf3a1d58cd6dc955bbda0ff6a949c929000c 100644 (file)
@@ -3,8 +3,7 @@
  *
  * 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; either version 2 of the License, or
- * (at your option) any later version.
+ * the Free Software Foundation; version 2 of the License.
  *
  * This program is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -83,5 +82,5 @@ static __xdata struct ao_task ao_report_task;
 void
 ao_report_init(void)
 {
-       ao_add_task(&ao_report_task, ao_report);
+       ao_add_task(&ao_report_task, ao_report, "report");
 }