summaryrefslogtreecommitdiff
path: root/src/ao.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-10-30 23:45:43 -0700
committerKeith Packard <keithp@keithp.com>2009-10-30 23:45:43 -0700
commit251b0971f049cbf2f8db79a32729d47441ce65f3 (patch)
treec0890f992bd48b6a4d6147e946b613874b6cd30b /src/ao.h
parent9b31f07fe3556896b3e997bba156e30ef5777a80 (diff)
Wait for TX to finish sending data
Diffstat (limited to 'src/ao.h')
-rw-r--r--src/ao.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ao.h b/src/ao.h
index e86b4bf9..84e92f35 100644
--- a/src/ao.h
+++ b/src/ao.h
@@ -804,9 +804,13 @@ ao_telemetry_init(void);
extern __xdata uint8_t ao_radio_dma;
extern __xdata uint8_t ao_radio_dma_done;
+extern __xdata uint8_t ao_radio_done;
extern __xdata uint8_t ao_radio_mutex;
void
+ao_radio_general_isr(void) interrupt 16;
+
+void
ao_radio_set_telemetry(void);
void