need to push telegps-v2.0 loader .bin file to corporate repo, too
[fw/altos] / src / scheme / test / ao_scheme_os.h
index 09a945bc646612b233003fb78d19258bb1b43cda..b225b2e874302ab458569fd97c72277f8a5a9a68 100644 (file)
 #include <stdlib.h>
 #include <time.h>
 
-#define AO_SCHEME_POOL_TOTAL   16384
+#define AO_SCHEME_POOL_TOTAL   32768
 #define AO_SCHEME_SAVE         1
-#define DBG_MEM_STATS          1
 
 extern int ao_scheme_getc(void);
 
 static inline void
-ao_scheme_os_flush() {
+ao_scheme_os_flush(void) {
        fflush(stdout);
 }