[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-libc-dev] boot.h and -mint8
From: |
Theodore A. Roth |
Subject: |
Re: [avr-libc-dev] boot.h and -mint8 |
Date: |
Wed, 17 Sep 2003 15:37:15 -0700 (PDT) |
On Wed, 17 Sep 2003, E. Weddington wrote:
> Here's a patch for boot.h to bring it up to speed for -mint8.
>
> Ted, it's your call whether you want this in for 1.0 or after.
There's a typo in the patch (#include <inttypes.>)
The uint8_t changes really aren't needed, but I prefer that over the
unsigned char stuff.
Your patch doesn't seem to address the fact that uint32_t is not
available for -mint8.
Ted Roth