mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-09-15 21:50:03 +00:00
apps/bttester: Remove ARRAY_SIZE macro
It is already defined in Mynewt.
This commit is contained in:
@@ -36,8 +36,6 @@
|
|||||||
|
|
||||||
#define sys_le16_to_cpu le16toh
|
#define sys_le16_to_cpu le16toh
|
||||||
|
|
||||||
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
|
|
||||||
|
|
||||||
struct bt_data {
|
struct bt_data {
|
||||||
u8_t type;
|
u8_t type;
|
||||||
u8_t data_len;
|
u8_t data_len;
|
||||||
|
|||||||
Reference in New Issue
Block a user