NucleoTNC/TNC/Digipeater.h

21 wiersze
467 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
extern void onBeaconTimer1(void const * argument);
extern void onBeaconTimer2(void const * argument);
extern void onBeaconTimer3(void const * argument);
extern void onBeaconTimer4(void const * argument);
#ifdef __cplusplus
}
#endif
#endif /* MOBILINKD__TNC__DIGIPEATER_H_ */