apps/bttester: Remove ARRAY_SIZE macro

It is already defined in Mynewt.
This commit is contained in:
Michał Narajowski
2019-04-12 17:38:39 +02:00
parent 0e20e2c43a
commit afaca4f5c5
-2
View File
@@ -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;