This repository has been archived on 2022-02-18. You can view files and clone it, but cannot push or open issues or pull requests.
osmo-sdr/firmware/include/common.h

7 lines
96 B
C

#ifndef _COMMON_H
#define _COMMON_H
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
#endif