Hello all,

I'm having trouble getting strtoul() to work on an MSP430f2418. This is
using the MSP430X branch from CVS. The following code causes endless
reboots:

uint32_t val = strtoul("123", NULL, 10);

I made a copy and found that removing "register" from the variables
declarations makes it work again. 
For now, I'll just write an alternative function as a workaround, but I
figured I'd let you know.

Kind regards,
Michiel Konstapel


Reply via email to