I get the following compile error when using AVR port for nilrtos:
In file included from ChibiOS-master/os/nil/include/nil.h:41:0,
from ChibiOS-master/os/nil/src/nil.c:28:
ChibiOS-master/os/nil/ports/AVR/nilcore.h:131:18: error: redefinition of typedef ‘systime_t’
ChibiOS-master/os/nil/ports/AVR/compilers/GCC/niltypes.h:67:18: note: previous declaration of ‘systime_t’ was here
It seems systime_t is defined 2 times, please fix.
I am using avr-gcc 4.5.3
Thanks, regards
Franz
Hi,
Fixed in repository.
Giovanni
Thanks! Now it is working.
Regards,
Franz