aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common/Endianess.h
Commit message (Collapse)AuthorAgeFilesLines
* Oops - rename misnamed Endianess.h header file.Dean Camera2011-03-131-462/+0
| | | | Remove UC3B temp macros related to EEPROM, to ensure that projects requiring this break at compile time rather than at runtime until a solution can be found.
* Move out endianness management macros into a new common Endianness.h header.Dean Camera2011-03-131-0/+462
Fix Doxygen documentation, broken due to the added ATTR_PACKED attribute on some structs breaking the Doxygen parser.