SP8EBC-ParaTNC/include/PathConfig.h

27 wiersze
373 B
C

2017-08-20 12:41:17 +00:00
/*
* path.h
*
* Created on: 02.08.2017
* Author: mateusz
*/
#ifndef PATH_H_
#define PATH_H_
2023-06-30 21:01:36 +00:00
#include <stored_configuration_nvm/config_data.h>
2017-08-20 12:41:17 +00:00
#include "aprs/ax25.h"
/* C++ detection */
#ifdef __cplusplus
extern "C" {
#endif
uint8_t ConfigPath(AX25Call* p, const config_data_basic_t* conf);
2017-08-20 12:41:17 +00:00
#ifdef __cplusplus
}
#endif
#endif /* PATH_H_ */