< Compile Options / Microcontroller Options >
[Format]
The default for this option is endian=little.
[Description]
- | When endian=big is specified, data bytes are arranged in big endian. |
- | When endian=little is specified, data bytes are arranged in little endian. |
- | The mode for arranging data bytes can also be specified by the #pragma endian directive. If both this option and a #pragma directive are specified, the #pragma specification takes priority. |