mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-26 06:53:52 +01:00
drivers/cc110x: Replace tabs by spaces
This commit is contained in:
parent
203a0a1d62
commit
9597cfd946
@ -132,7 +132,7 @@ static uint8_t receive_packet_variable(uint8_t *rxBuffer, radio_packet_length_t
|
||||
|
||||
/* Read data from RX FIFO and store in rxBuffer */
|
||||
if (packetLength <= length) {
|
||||
uint8_t crc_ok = 0;
|
||||
uint8_t crc_ok = 0;
|
||||
|
||||
/* Put length byte at first position in RX Buffer */
|
||||
rxBuffer[0] = packetLength;
|
||||
|
||||
@ -15,7 +15,7 @@
|
||||
* @brief Access to CC110X registers
|
||||
*
|
||||
* @author Oliver Hahm <oliver.hahm@inria.fr>
|
||||
* @author Fabian Nack <nack@inf.fu-berlin.de>
|
||||
* @author Fabian Nack <nack@inf.fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef CC110X_REG_H
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user