Files
TX/source/broadcast.h
Brent Perteet 2ff7291c63 More refactoring
Lots of things removed but compiles again
2025-06-25 11:18:44 -05:00

8 lines
112 B
C

#ifndef _BROADCAST_H
#define _BROADCAST_H
#include "ports.h"
int broadcast_service(ACCESSORY_t *accy);
#endif