Update cw_main.c

pull/1/head
alanbjohnston 7 years ago committed by GitHub
parent f7346ca302
commit c10e272772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -32,6 +32,14 @@
#define MAX_MESSAGE_LENGTH (197)
#define VBATT 16
#define ADC5 18
#define ADC6 19
#define ADC7 20
#define ADC8 21
#define TIME 8
#define UCTEMP 31
extern uint8_t axradio_rxbuffer[];
void *transmit(void *arg);
int get_message(uint8_t *buffer, int avail);

Loading…
Cancel
Save

Powered by TurnKey Linux.