altos/telelco-v2.0: Fix AO_ADC_DUMP
[fw/altos] / src / stm-bringup / ao.h
index 27204faefbd8820d61bb1b8a609a8ad9194e9d2d..29d0d71632d5b92197bb249617f5e519da1b0eeb 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,3 +17,5 @@
  */
 
 #define ao_panic(n)    for(;;);
+
+#define AO_BOOT_LOADER_BASE               ((uint32_t *) 0x0)