named sds's
[mTask.git] / client / mem.h
index c1adc94..c31f4a1 100644 (file)
@@ -7,14 +7,13 @@ extern "C" {
 #include <stdint.h>
 #include <stdbool.h>
 
-#define MEMSIZE 1024
-
 uint8_t *mem_top;
 uint8_t *mem_bottom;
 uint8_t *mem_task;
 uint8_t *mem_sds;
 
 uint16_t mem_free(void);
+void mem_reset(void);
 
 #ifdef __cplusplus
 }