Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kanndil committed Jan 29, 2025
1 parent 796eac4 commit cde4ce4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fw/EF_UART.c
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,6 @@ EF_DRIVER_STATUS EF_UART_setDataSize(EF_UART_TYPE_PTR uart, uint32_t value){
return status;
}

// todo: make this generic between 1 and 2 bits

EF_DRIVER_STATUS EF_UART_setStopBits(EF_UART_TYPE_PTR uart, bool is_two_bits){

EF_DRIVER_STATUS status = EF_DRIVER_OK;
Expand Down

0 comments on commit cde4ce4

Please sign in to comment.