1
0
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:
Joakim Gebart 2015-05-18 07:04:37 +02:00
parent 203a0a1d62
commit 9597cfd946
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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