From 6fda865af789c4fcc09513e9d928b45e727418c5 Mon Sep 17 00:00:00 2001 From: Alex Tereschenko Date: Sun, 16 Oct 2016 16:42:39 +0200 Subject: [PATCH] uart.hpp: fix typo in write() description Signed-off-by: Alex Tereschenko Signed-off-by: Brendan Le Foll --- api/mraa/uart.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/mraa/uart.hpp b/api/mraa/uart.hpp index 0771fdc..571dec7 100644 --- a/api/mraa/uart.hpp +++ b/api/mraa/uart.hpp @@ -124,7 +124,7 @@ class Uart } /** - * Write bytes in String object to a device + * Write bytes in char* buffer to a device * * @param data buffer pointer * @param length maximum size of buffer