1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

[core thread]

* added thread_getlastpid
This commit is contained in:
Oliver Hahm 2012-10-18 18:08:40 +02:00
parent c0aae0af59
commit 693afbbdd0

View File

@ -126,6 +126,8 @@ void cc110x_spi_init(void)
while( SPI_RX_AVAIL ) { // while RNE (Receive FIFO Not Empty)...
dummy = SSP0DR; // read data
}
/* to suppress unused-but-set-variable */
(void) dummy;
}
uint8_t cc110x_txrx(uint8_t c) {