sys/arduino: fix typo 'adress' -> 'address'

This commit is contained in:
Alexandre Abadie 2020-10-02 08:09:14 +02:00
parent 9d798bdbf7
commit eefcfd16e2
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -75,7 +75,7 @@ class TwoWire
static uint8_t rxBufferIndex; /**< index for RX buffer read */ static uint8_t rxBufferIndex; /**< index for RX buffer read */
static uint8_t rxBufferLength; /**< number of bytes in RX buffer */ 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 txBuffer[]; /**< TX buffer */
static uint8_t txBufferIndex; /**< index for TX buffer write */ static uint8_t txBufferIndex; /**< index for TX buffer write */
static uint8_t txBufferLength; /**< number of bytes in TX buffer */ static uint8_t txBufferLength; /**< number of bytes in TX buffer */