8 lines
112 B
C
8 lines
112 B
C
#ifndef _BROADCAST_H
|
|
#define _BROADCAST_H
|
|
|
|
#include "ports.h"
|
|
|
|
int broadcast_service(ACCESSORY_t *accy);
|
|
|
|
#endif |