kopia lustrzana https://github.com/espressif/esp-idf
ble_mesh: stack: Update ARRAY_SIZE definition
rodzic
cee76786c4
commit
162e11cff3
|
@ -56,9 +56,7 @@ extern "C" {
|
|||
* an array (e.g. pointer)
|
||||
*/
|
||||
#ifndef ARRAY_SIZE
|
||||
#define ARRAY_SIZE(array) \
|
||||
((unsigned long) (IS_ARRAY(array) + \
|
||||
(sizeof(array) / sizeof((array)[0]))))
|
||||
#define ARRAY_SIZE(array) (sizeof(array) / sizeof((array)[0]))
|
||||
#endif
|
||||
|
||||
/* Evaluates to 1 if ptr is part of array, 0 otherwise; compile error if
|
||||
|
|
Ładowanie…
Reference in New Issue