diff options
author | Keith Packard <keithp@keithp.com> | 2009-10-30 23:45:43 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-10-30 23:45:43 -0700 |
commit | 251b0971f049cbf2f8db79a32729d47441ce65f3 (patch) | |
tree | c0890f992bd48b6a4d6147e946b613874b6cd30b /src/ao.h | |
parent | 9b31f07fe3556896b3e997bba156e30ef5777a80 (diff) |
Wait for TX to finish sending data
Diffstat (limited to 'src/ao.h')
-rw-r--r-- | src/ao.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |