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; -- Michael [email protected] "SCSI is NOT magic. There are *fundamental technical reasons* why it is necessary to sacrifice a young goat to your SCSI chain now and then." -- John Woods _______________________________________________ AVR-chat mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/avr-chat
