Skip to content

Commit

Permalink
test_radio_link app: Removed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidEGrayson committed Mar 23, 2011
1 parent cc45a3b commit 16c05b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/test_radio_link/test_radio_link.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#include <random.h>
#include <stdio.h>

// These prototypes allow us to access the internals of raido_link. These are not
// These prototypes allow us to access the internals of radio_link. These are not
// available in radio_link.h because normal applications should never use them.
extern volatile uint8 DATA radioLinkRxMainLoopIndex; // The index of the next rxBuffer to read from the main loop.
extern volatile uint8 DATA radioLinkRxInterruptIndex; // The index of the next rxBuffer to write to when a packet comes from the radio.
Expand Down

0 comments on commit 16c05b8

Please sign in to comment.