Skip to content

Commit

Permalink
Move io legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane Portron committed Dec 18, 2024
1 parent 4dac6ad commit 9b86941
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion io_legacy/src/os_io_legacy.c → src/os_io_legacy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9b86941

Please sign in to comment.