Skip to content

Commit

Permalink
FlipTDI: refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Skorpionm committed Jul 17, 2024
1 parent 2fa0a5d commit af61f32
Show file tree
Hide file tree
Showing 8 changed files with 989 additions and 205 deletions.
2 changes: 1 addition & 1 deletion flip_tdi/helpers/ftdi.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ void ftdi_set_flow_ctrl(Ftdi* ftdi, uint16_t index) {
}
uint16_t flow_ctrl = index & 0xFF00;
if(flow_ctrl != FtdiFlowControlDisable) {
//ToDo: implement FtdiFlowControl
//ToDo: no implement FtdiFlowControl
}
}

Expand Down
Loading

0 comments on commit af61f32

Please sign in to comment.