summaryrefslogtreecommitdiff
path: root/src/drivers/ao_packet.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-08-15 17:34:20 -0700
committerKeith Packard <keithp@keithp.com>2018-10-13 08:22:50 -0700
commit6023ff81f1bbd240169b9548209133d3b02d475f (patch)
tree4526e7ac4386cbd73ebea1d896548dd2997d2bbb /src/drivers/ao_packet.c
parente2e2182a6ae6c8a7290fb5f7bbb7f8e0a863ba99 (diff)
altos: Remove *_TO_DATA macros
Now that we don't support 8051, we don't need these Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/drivers/ao_packet.c')
-rw-r--r--src/drivers/ao_packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/ao_packet.c b/src/drivers/ao_packet.c
index 008af5db..1c931921 100644
--- a/src/drivers/ao_packet.c
+++ b/src/drivers/ao_packet.c
@@ -91,7 +91,7 @@ ao_packet_recv(uint16_t timeout)
if (ao_xmemcmp(ao_rx_packet.packet.callsign,
ao_config.callsign,
AO_MAX_CALLSIGN) != 0 &&
- ao_xmemcmp(ao_config.callsign, CODE_TO_XDATA("N0CALL"), 7) != 0)
+ ao_xmemcmp(ao_config.callsign, "N0CALL", 7) != 0)
return 0;
/* SYN packets carry no data */