From eefcfd16e284b574a8699b4bd701fc1ecd3af90f Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Fri, 2 Oct 2020 08:09:14 +0200 Subject: [PATCH] sys/arduino: fix typo 'adress' -> 'address' --- sys/arduino/include/wireport.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/arduino/include/wireport.hpp b/sys/arduino/include/wireport.hpp index 497a363023..34fb36bac7 100644 --- a/sys/arduino/include/wireport.hpp +++ b/sys/arduino/include/wireport.hpp @@ -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 */