X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;ds=sidebyside;f=client%2Fmem.h;h=1a1d39cf510b226566462d2eb979e073229de33c;hb=a2df77cbda43d5a24eeb8ac7db7452baae9f18aa;hp=c1adc94e125d09d8796ec28bf357cd3e71b536b5;hpb=cc93aff1c0867a33c41b4120c001b407d1b8850a;p=mTask.git diff --git a/client/mem.h b/client/mem.h index c1adc94..1a1d39c 100644 --- a/client/mem.h +++ b/client/mem.h @@ -7,8 +7,6 @@ extern "C" { #include #include -#define MEMSIZE 1024 - uint8_t *mem_top; uint8_t *mem_bottom; uint8_t *mem_task;