Files
TX/source/broadcast.h

8 lines
112 B
C
Raw Permalink Normal View History

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