diff --git a/io_legacy/include/os_io_legacy.h b/include/os_io_legacy.h similarity index 100% rename from io_legacy/include/os_io_legacy.h rename to include/os_io_legacy.h diff --git a/io_legacy/include/os_io_legacy_types.h b/include/os_io_legacy_types.h similarity index 100% rename from io_legacy/include/os_io_legacy_types.h rename to include/os_io_legacy_types.h diff --git a/io_legacy/src/os_io_legacy.c b/src/os_io_legacy.c similarity index 99% rename from io_legacy/src/os_io_legacy.c rename to src/os_io_legacy.c index dc490d04..b5b0be3a 100644 --- a/io_legacy/src/os_io_legacy.c +++ b/src/os_io_legacy.c @@ -129,7 +129,7 @@ void io_seproxyhal_display_default(const bagl_element_t *element) void io_seph_send(const unsigned char *buffer, unsigned short length) { - os_io_tx_cmd(OS_IO_PACKET_TYPE_SEPH, buffer, length+1, 0); + os_io_tx_cmd(OS_IO_PACKET_TYPE_SEPH, buffer, length + 1, 0); } unsigned int io_seph_is_status_sent(void)