Files
Linux_Drivers/freertos/cvitek/task/comm/include/comm.h
carbon ca03037500 freertos: release the generic version source code
freertos runs on the second core (small one) of the CPU
2023-10-19 14:31:43 +08:00

11 lines
168 B
C

#ifndef __COMM_HEADER__
#define __COMM_HEADER__
#ifndef ARRAY_SIZE
#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
#endif
#endif // end of __COMM_HEADER__