Merge branch 'bugfix/compiler_err_when_performance_optimization_enabled_v4.0' into 'release/v4.0'

Bugfix/compiler err when performance optimization enabled v4.0

See merge request espressif/esp-idf!7978
This commit is contained in:
Jiang Jiang Jian
2020-03-17 13:53:54 +08:00
15 changed files with 2027 additions and 52 deletions

View File

@@ -36,8 +36,8 @@ typedef bool BOOLEAN;
#define PACKED __packed
// #define INLINE __inline
#define BCM_STRCPY_S(x1,x2,x3) strcpy((x1),(x3))
#define BCM_STRNCPY_S(x1,x2,x3,x4) strncpy((x1),(x3),(x4))
#define BCM_STRCPY_S(x1,x2) strcpy((x1),(x2))
#define BCM_STRNCPY_S(x1,x2,x3) strncpy((x1),(x2),(x3))
/* READ WELL !!
**