Revision 8dbafe16 components/ControllerAreaNetworkTx.cpp

View differences:

components/ControllerAreaNetworkTx.cpp
163 163
//----------------------------------------------------------------
164 164

  
165 165
msg_t ControllerAreaNetworkTx::main(void) {
166
  evtInit(&this->evtimer, CAN::UPDATE_PERIOD_MSEC);
166
  evtInit(&this->evtimer, CAN::UPDATE_PERIOD);
167 167

  
168 168
  this->eventTimerEvtSource = reinterpret_cast<EvtSource *>(&this->evtimer.et_es);
169 169

  

Also available in: Unified diff