mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-20 03:41:42 +03:00
4 lines
61 B
C
4 lines
61 B
C
|
#pragma once
|
||
|
|
||
|
#define COUNT_OF(x) (sizeof(x) / sizeof(x[0]))
|