mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 20:48:35 -07:00
8 lines
181 B
C
8 lines
181 B
C
#include "_registry.h"
|
|
|
|
const BleSpamProtocol* ble_spam_protocols[] = {
|
|
&ble_spam_protocol_continuity,
|
|
};
|
|
|
|
const size_t ble_spam_protocols_count = COUNT_OF(ble_spam_protocols);
|