altos/lisp: Append a CRC to the saved image to validate on restore
[fw/altos] / src / lisp / ao_lisp_mem.c
index 31ee9e1e339739ff4965b0469e13f8575727abe6..0373f0151448f87144b961a622c094799eae0f44 100644 (file)
@@ -24,7 +24,7 @@ uint8_t ao_lisp_const[AO_LISP_POOL_CONST] __attribute__((aligned(4)));
 #undef AO_LISP_POOL
 #define AO_LISP_POOL AO_LISP_POOL_CONST
 #else
-uint8_t        ao_lisp_pool[AO_LISP_POOL] __attribute__((aligned(4)));
+uint8_t        ao_lisp_pool[AO_LISP_POOL + AO_LISP_POOL_EXTRA] __attribute__((aligned(4)));
 #endif
 
 #if 0