> > > > Looks like atof has changed in this lib and conflicts with > > > > #ifndef atof > > #define atof(s) strtod(s, 0) > > #endif > > > > from Nut/OS' include/arch/avr.h. > > Any ideas how to handle this. If I remove this, everybody is forced to upgrade avr-libc. Harald