SP8EBC-ParaTNC/include/packet_tx_handler.h

16 wiersze
323 B
C
Czysty Zwykły widok Historia

2019-01-26 22:18:25 +00:00
/*
* packet_tx_handler.h
*
* Created on: 26.01.2019
* Author: mateusz
*/
#ifndef PACKET_TX_HANDLER_H_
#define PACKET_TX_HANDLER_H_
2021-04-05 19:48:23 +00:00
#include "config_data.h"
void packet_tx_handler(const config_data_basic_t * const config_basic, const config_data_mode_t * const config_mode);
2019-01-26 22:18:25 +00:00
#endif /* PACKET_TX_HANDLER_H_ */