summaryrefslogtreecommitdiff
path: root/peripheral/libmraa/api/mraa/uart.h
diff options
context:
space:
mode:
Diffstat (limited to 'peripheral/libmraa/api/mraa/uart.h')
-rw-r--r--peripheral/libmraa/api/mraa/uart.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/peripheral/libmraa/api/mraa/uart.h b/peripheral/libmraa/api/mraa/uart.h
index c6f5a7a..3ca196f 100644
--- a/peripheral/libmraa/api/mraa/uart.h
+++ b/peripheral/libmraa/api/mraa/uart.h
@@ -119,15 +119,6 @@ mraa_result_t mraa_uart_set_flowcontrol(mraa_uart_context dev, mraa_boolean_t xo
mraa_result_t mraa_uart_set_timeout(mraa_uart_context dev, int read, int write, int interchar);
/**
- * Set the blocking state for write operations
- *
- * @param dev The UART context
- * @param nonblock new nonblocking state
- * @return Result of operation
- */
-mraa_result_t mraa_uart_set_non_blocking(mraa_uart_context dev, mraa_boolean_t nonblock);
-
-/**
* Get Char pointer with tty device path within Linux
* For example. Could point to "/dev/ttyS0"
*