History | View | Annotate | Download (273 Bytes)
#ifndef _PACKET_H_
#define _PACKET_H_
#include "packet.h"
#include "rs485_poll.h"
#include "bootloader.h"
/** @brief Max time to wait until we exit the packet handler */
#define MAX_TIMEOUT 60000
char parse_packet(uint8_t *mbuf);
void send_packet(uint8_t cmd);
#endif