Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthbdn committed Jul 2, 2024
1 parent 6117c38 commit e48913a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/board/steami/steami_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ static uint16_t get_argument_byte_number(uint8_t cmd){
static void execute_command(){

if( is_command_valid(rx_i2c_command) && on_cmd_recv != NULL ){
// on_cmd_recv( (steami_i2c_command)rx_i2c_command, rx_i2c_argument, rx_i2c_len_argument - 1);
on_cmd_recv( (steami_i2c_command)rx_i2c_command, rx_i2c_argument, rx_i2c_len_argument);
rx_i2c_command = 0;
}
Expand Down

0 comments on commit e48913a

Please sign in to comment.