针对ENV添加大小端MCU的适配,修改配置方式

pull/72/head
xixi 6 years ago
parent 546418c418
commit 3bec40409a

@ -40,8 +40,9 @@
* Please change it when your firmware add a new ENV to default_env_set. * Please change it when your firmware add a new ENV to default_env_set.
*/ */
#define EF_ENV_VER_NUM /* @note you must define it for a value, such as 0 */ #define EF_ENV_VER_NUM /* @note you must define it for a value, such as 0 */
#define EF_LITTLE_ENDIAN 1 /* @note you must define it reference to MCU Order*/ /* MCU Endian Configuration, default is Little Endian Order.
/* #define EF_BIG_ENDIAN */
#endif /* EF_USING_ENV */ #endif /* EF_USING_ENV */

Loading…
Cancel
Save