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:
parent
c0aae0af59
commit
693afbbdd0
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user