mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-27 04:10:04 +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 ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
|
||||
|
||||
struct bt_data {
|
||||
u8_t type;
|
||||
u8_t data_len;
|
||||
|
||||
Reference in New Issue
Block a user