We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 847be6c commit 77410adCopy full SHA for 77410ad
lib/blisp.c
@@ -30,7 +30,7 @@ blisp_return_t blisp_device_init(struct blisp_device* device,
30
31
blisp_return_t blisp_device_open(struct blisp_device* device,
32
const char* port_name) {
33
- blisp_return_t ret;
+ enum sp_return ret;
34
struct sp_port* serial_port = NULL;
35
36
if (port_name != NULL) {
0 commit comments