Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 753 → Rev 754

/branches/V0.68d Code Redesign killagreg/mm3.c
62,7 → 62,7
 
MM3_calib_t MM3_calib;
volatile MM3_working_t MM3;
static volatile uint8_t MM3_Timeout = 0;
volatile uint8_t MM3_Timeout = 0;
 
 
 
118,7 → 118,7
/*********************************************/
/* Get Data from MM3 */
/*********************************************/
void MM3_Update() // called every 102.4 µs by timer 0 ISR
void MM3_Update(void) // called every 102.4 µs by timer 0 ISR
{
switch (MM3.STATE)
{