diff --git a/api/mraa/uart.hpp b/api/mraa/uart.hpp index 571dec7..ac3b5b0 100644 --- a/api/mraa/uart.hpp +++ b/api/mraa/uart.hpp @@ -263,7 +263,7 @@ class Uart * @return Result of operation */ Result - SetNonBlocking(bool nonblock) + setNonBlocking(bool nonblock) { return (Result) mraa_uart_set_non_blocking(m_uart, nonblock); }