As Weddington, Eric wrote: > > I wonder whether there's a point in using a struct rather than a > > three-byte array?
> In theory, it doesn't really matter. It seems the OP (on the Freaks > thread) did a little copy and past from the fuses header file. Is > there a reason you have for the preference? Bloat. One more struct tag etc. -- and I don't see any gain of it, compared to the array. Array initialization is a well-defined thing since the old K&R days, so there's no ambiguity involved. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) _______________________________________________ AVR-libc-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-libc-dev
