[En-Nut-Discussion] SVN compilation fix: fs/fat.c

Thiago A. Corrêa thiago.correa at gmail.com
Mon Oct 5 18:42:19 CEST 2009


Hi,

On Mon, Oct 5, 2009 at 1:35 PM, Uwe Bonnes
<bon at elektron.ikp.physik.tu-darmstadt.de> wrote:
> -    BYTE firstsek_LEpathtab1_LE[4];
> -    BYTE firstsek_LEpathtab2_LE[4];
> +    DWORD firstsek_LEpathtab1_LE;
> +    DWORD firstsek_LEpathtab2_LE;

I don't currently use this driver, but looks reasonable. Perhaps we
should actually change all BYTE to uint8_t and all DWORD to uint32_t
like the rest of the Nut/OS. The _t types are quite carefully defined,
can't say if those upper letter types are.

Kind Regards,
    Thiago A. Correa



More information about the En-Nut-Discussion mailing list