mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-12 23:48:10 -07:00
4 lines
61 B
C
4 lines
61 B
C
#pragma once
|
|
|
|
#define COUNT_OF(x) (sizeof(x) / sizeof(x[0]))
|