mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
sys/arduino: fix typo 'adress' -> 'address'
This commit is contained in:
parent
9d798bdbf7
commit
eefcfd16e2
@ -75,7 +75,7 @@ class TwoWire
|
||||
static uint8_t rxBufferIndex; /**< index for RX buffer read */
|
||||
static uint8_t rxBufferLength; /**< number of bytes in RX buffer */
|
||||
|
||||
static uint8_t txAddress; /**< adress for transfer */
|
||||
static uint8_t txAddress; /**< address for transfer */
|
||||
static uint8_t txBuffer[]; /**< TX buffer */
|
||||
static uint8_t txBufferIndex; /**< index for TX buffer write */
|
||||
static uint8_t txBufferLength; /**< number of bytes in TX buffer */
|
||||
|
Loading…
Reference in New Issue
Block a user