mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-19 01:03:22 +00:00
3 lines
61 B
C
3 lines
61 B
C
#pragma once
|
|
|
|
#define COUNT_OF(x) (sizeof(x) / sizeof(x[0]))
|