1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

aligned comment on external thread_pid

This commit is contained in:
Martin 2014-02-10 08:43:14 +01:00
parent f1a906b5e2
commit 476a7d68dc

View File

@ -115,7 +115,7 @@ extern volatile uint8_t rx_buffer_next; ///< Next packet in RX queue
extern volatile uint8_t radio_state; ///< Radio state
extern cc110x_statistic_t cc110x_statistic;
extern int transceiver_pid; ///< the transceiver thread pid
extern int transceiver_pid; ///< the transceiver thread pid
void cc110x_init(int transceiver_pid);