aboutsummaryrefslogtreecommitdiff
path: root/src/main/native/flow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/native/flow.c')
-rw-r--r--src/main/native/flow.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/native/flow.c b/src/main/native/flow.c
index 43dd750..c8927e9 100644
--- a/src/main/native/flow.c
+++ b/src/main/native/flow.c
@@ -163,6 +163,7 @@ int serial_close(struct serial_config* serial) {
}
free(serial);
+ return 0;
}
int serial_read(struct serial_config* serial, unsigned char* buffer, size_t size) {