X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=src%2Fdrivers%2Fao_packet_master.c;fp=src%2Fdrivers%2Fao_packet_master.c;h=a44b34cf0acdd84cd0905f745066dec630f6a08b;hp=e67dd27fb1111bbb5898209a3080fc3ee52b8c47;hb=99525a748e00406424b98a0952f0156437b30b6c;hpb=46d3cbadce6808b4cd29ad1e034efac7b5e4fa42 diff --git a/src/drivers/ao_packet_master.c b/src/drivers/ao_packet_master.c index e67dd27f..a44b34cf 100644 --- a/src/drivers/ao_packet_master.c +++ b/src/drivers/ao_packet_master.c @@ -93,7 +93,7 @@ ao_packet_master(void) ao_packet_master_delay = AO_PACKET_MASTER_DELAY_SHORT; while (ao_packet_enable) { uint8_t r; - ao_xmemcpy(ao_tx_packet.callsign, ao_config.callsign, AO_MAX_CALLSIGN); + memcpy(ao_tx_packet.callsign, ao_config.callsign, AO_MAX_CALLSIGN); ao_packet_send(); if (ao_tx_packet.len) ao_packet_master_busy();