Skip to content

Commit

Permalink
Removed maximum time restriction on timerNext_ms
Browse files Browse the repository at this point in the history
  • Loading branch information
heliochronix authored and CANopenNode committed Jan 31, 2020
1 parent 06a0493 commit a1f36cb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CANopen.c
Original file line number Diff line number Diff line change
Expand Up @@ -835,12 +835,6 @@ CO_NMT_reset_cmd_t CO_process(
CO_NMT_blinkingProcess50ms(co->NMT);
}
#endif /* CO_USE_LEDS */
if(timerNext_ms != NULL){
if(*timerNext_ms > 50){
*timerNext_ms = 50;
}
}


for(i=0; i<CO_NO_SDO_SERVER; i++){
CO_SDO_process(
Expand Down

0 comments on commit a1f36cb

Please sign in to comment.