kopia lustrzana https://github.com/mobilinkd/tnc3-firmware
18 wiersze
287 B
C
18 wiersze
287 B
C
// 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
|
|
|
|
void beacon(void* arg);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* MOBILINKD__TNC__DIGIPEATER_H_ */
|