X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=client%2Fspec.c;h=52ed512801c849296905bac07480a7cb462897a9;hb=HEAD;hp=a6a26d325a80948406b5968c975960deff965676;hpb=5fc9fc4e888f8a481fc66986a6389d4307ca9668;p=mTask.git diff --git a/client/spec.c b/client/spec.c index a6a26d3..52ed512 100644 --- a/client/spec.c +++ b/client/spec.c @@ -5,10 +5,11 @@ void spec_send(void) { write_byte('c'); - write_byte(0 | (HAVELED << 0) | (HAVEAIO << 1) | (HAVEDIO << 2)); + write_byte(0 | (HAVELED << 0) );//| (HAVEAIO << 1) | (HAVEDIO << 2)); write16(MEMSIZE); - write_byte(NAPINS); - write_byte(NDPINS); + write16(STACKSIZE); + write_byte(APINS); + write_byte(DPINS); write_byte('\n'); write_byte('\n'); }