tnc3-firmware/TNC/Digipeater.h

18 wiersze
287 B
C
Czysty Zwykły widok Historia

// Copyright 2017 Rob Riggs <rob@mobilinkd.com>
// All rights reserved.
#ifndef MOBILINKD__TNC__DIGIPEATER_H_
#define MOBILINKD__TNC__DIGIPEATER_H_
#ifdef __cplusplus
extern "C" {
#endif
2018-09-20 03:38:50 +00:00
void beacon(void* arg);
#ifdef __cplusplus
}
#endif
#endif /* MOBILINKD__TNC__DIGIPEATER_H_ */