mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 08:13:56 -04:00
AP_HAL: remove tabs and trailing whitespaces
This commit is contained in:
parent
ab66e3a69a
commit
9738be0ed6
@ -95,9 +95,9 @@ public:
|
|||||||
performance counter calls - wrapper around original PX4 interface
|
performance counter calls - wrapper around original PX4 interface
|
||||||
*/
|
*/
|
||||||
enum perf_counter_type {
|
enum perf_counter_type {
|
||||||
PC_COUNT, /**< count the number of times an event occurs */
|
PC_COUNT, /**< count the number of times an event occurs */
|
||||||
PC_ELAPSED, /**< measure the time elapsed performing an event */
|
PC_ELAPSED, /**< measure the time elapsed performing an event */
|
||||||
PC_INTERVAL /**< measure the interval between instances of an event */
|
PC_INTERVAL /**< measure the interval between instances of an event */
|
||||||
};
|
};
|
||||||
typedef void *perf_counter_t;
|
typedef void *perf_counter_t;
|
||||||
virtual perf_counter_t perf_alloc(perf_counter_type t, const char *name) { return NULL; }
|
virtual perf_counter_t perf_alloc(perf_counter_type t, const char *name) { return NULL; }
|
||||||
|
Loading…
Reference in New Issue
Block a user