On May 31, 2014, at 02:06 , Juergen Harms <[email protected]> wrote:
> Is this a known problem? Intuitively, I added a "typedef int uint32_t", which > made the problem go away (easier to implement than expicitely changing all > instances of the uint32_t declarations) - or is there an include that should > be added?. Result: the programmer works again as it should. Don't do that. At the very least, put a #include <stdint.h> at the top of the file. _______________________________________________ AVR-chat mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/avr-chat
