mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_HAL_ChibiOS: remove unnecessary tabs and whitespaces
This commit is contained in:
parent
12c9e50aef
commit
b84dcd483d
@ -413,4 +413,3 @@ void AnalogIn::update_power_flags(void)
|
||||
_power_flags = flags;
|
||||
}
|
||||
#endif // HAL_USE_ADC
|
||||
|
||||
|
@ -66,4 +66,3 @@ public:
|
||||
};
|
||||
|
||||
#endif // AP_UAVCAN_SLCAN_ENABLED
|
||||
|
||||
|
@ -63,4 +63,3 @@ private:
|
||||
}
|
||||
|
||||
#endif // I2C or SPI
|
||||
|
||||
|
@ -260,4 +260,3 @@ void pal_interrupt_cb_functor(void *arg)
|
||||
}
|
||||
(g->fn)(g->pin_num, palReadLine(g->pal_line), now);
|
||||
}
|
||||
|
||||
|
@ -147,4 +147,3 @@ public:
|
||||
}
|
||||
|
||||
#endif // HAL_USE_I2C
|
||||
|
||||
|
@ -150,4 +150,3 @@ bool Semaphore_Recursive::take_nonblocking(void)
|
||||
}
|
||||
|
||||
#endif // CH_CFG_USE_MUTEXES
|
||||
|
||||
|
@ -57,4 +57,3 @@ private:
|
||||
};
|
||||
|
||||
#endif // HAL_USE_ICU
|
||||
|
||||
|
@ -62,4 +62,3 @@ private:
|
||||
};
|
||||
|
||||
#endif // HAL_USE_EICU
|
||||
|
||||
|
@ -224,4 +224,3 @@ void spiReceiveHook(SPIDriver *spip, size_t n, void *rxbuf)
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
@ -104,6 +104,3 @@ private:
|
||||
Shared_DMA *obj;
|
||||
} locks[SHARED_DMA_MAX_STREAM_ID+1];
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
@ -135,4 +135,3 @@ extern "C" {
|
||||
// alias fiprintf() to fprintf(). This saves flash space
|
||||
int __wrap_fiprintf(const char *fmt, ...) __attribute__((alias("__wrap_fprintf")));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user