Experimenting with modules

FossilOrigin-Name: 02076431dabccef850cba729d5eb3c26c0bf7c4334b47649b04e0bc232433a64
This commit is contained in:
7u83@mail.ru
2016-02-14 16:30:14 +00:00
parent e5158696c4
commit b393486b4b
5 changed files with 21 additions and 11 deletions

View File

@ -290,6 +290,7 @@ int ac_run()
void process_cw_ctrl_packet(int index, struct sockaddr *addr, uint8_t * buffer, int len)
{
/* first of all check preamble */
int preamble = cw_get_hdr_preamble(buffer);