big box of fixes and cleanup

This commit is contained in:
2025-11-05 18:28:35 +01:00
parent f3e17fc7a1
commit e31b632bc8
17 changed files with 77 additions and 120 deletions
-2
View File
@@ -40,8 +40,6 @@ const char *get_port_number(const char *path, size_t path_len) {
return NULL;
}
int hw_device_open(const char *path, size_t path_len) {
int serial_fd = serial_open(path, path_len);