mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-11 06:09:08 -07:00
10 lines
187 B
C
10 lines
187 B
C
#include "_registry.h"
|
|
|
|
const Protocol* protocols[] = {
|
|
&protocol_continuity,
|
|
&protocol_fastpair,
|
|
&protocol_swiftpair,
|
|
};
|
|
|
|
const size_t protocols_count = COUNT_OF(protocols);
|