Skip to content

Commit 59ab9d2

Browse files
amilcarlucaspablogs9
authored andcommitted
Fix Typo (#874) Backport
1 parent 3bdf025 commit 59ab9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/micro-ros_publisher_ethernet/micro-ros_publisher_ethernet.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#include <std_msgs/msg/int32.h>
99

1010
#if !defined(TARGET_STM32F4) && !defined(ARDUINO_TEENSY41) && !defined(TARGET_PORTENTA_H7_M7)
11-
#error This example is only avaible for Arduino Portenta, Arduino Teensy41 and STM32F4
11+
#error This example is only available for Arduino Portenta, Arduino Teensy41 and STM32F4
1212
#endif
1313

1414
rcl_publisher_t publisher;

0 commit comments

Comments
 (0)