On 01/06/14 00:57, Michael Hennebry wrote: > On Sat, 31 May 2014, Juergen Harms 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. > > typedef unsigned int uint32_t; >
Isn't that typedef in stdint.h? -- Stuart Longland (aka Redhatter, VK4MSL) I haven't lost my mind... ...it's backed up on a tape somewhere. _______________________________________________ AVR-chat mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/avr-chat
