diff options
| author | hathach <[email protected]> | 2013-09-22 23:54:44 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-09-22 23:54:44 +0700 |
| commit | a8a10e86502617313ced924691a014d94bd54c82 (patch) | |
| tree | 7fba4baf6d2b158b5f0dbb5d4465bf55e1d0c23a /tinyusb/common/compiler/compiler_iar.h | |
| parent | cc91a73cdc8c6f46adfcae38e4c36d819a49ab01 (diff) | |
added read capacity 10 with hacking code
Diffstat (limited to 'tinyusb/common/compiler/compiler_iar.h')
| -rw-r--r-- | tinyusb/common/compiler/compiler_iar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tinyusb/common/compiler/compiler_iar.h b/tinyusb/common/compiler/compiler_iar.h index 80373c1c1..82f5079df 100644 --- a/tinyusb/common/compiler/compiler_iar.h +++ b/tinyusb/common/compiler/compiler_iar.h @@ -83,6 +83,9 @@ #define ATTR_USED #define ATTR_UNUSED +// built-in function to convert 32-bit Big-Endian to Little-Endian +#define __be2le __REV + #if 0 /** Indicates to the compiler that the function can not ever return, so that any stack restoring or |
