Subversion Repositories FlightCtrl

Rev

Rev 2088 | Rev 2158 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2088 Rev 2092
Line 63... Line 63...
63
#ifdef USE_DIRECT_GPS
63
#ifdef USE_DIRECT_GPS
64
  usart1_init();
64
  usart1_init();
65
#endif
65
#endif
Line 66... Line 66...
66
 
66
 
-
 
67
  // Parameter Set handling
67
  // Parameter Set handling
68
  IMUConfig_readOrDefault();
68
  channelMap_readOrDefault();
69
  channelMap_readOrDefault();
69
  mixerMatrix_readOrDefault();
70
  mixerMatrix_readOrDefault();
Line 70... Line 71...
70
  paramSet_readOrDefault();
71
  paramSet_readOrDefault();