X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fkernel%2Fao_sample.h;h=8e64095b79a407478d1f5af3082f3e26fedbee81;hb=6ac9b490efca17b15317965026c56b4a37d6be82;hp=475b3f6326ef8fc57301fcf1172c0310a14d262b;hpb=4370b7e7bc48d3f3f3ec94665449f1fde4e9567c;p=fw%2Faltos diff --git a/src/kernel/ao_sample.h b/src/kernel/ao_sample.h index 475b3f63..8e64095b 100644 --- a/src/kernel/ao_sample.h +++ b/src/kernel/ao_sample.h @@ -156,6 +156,10 @@ extern angle_t ao_sample_orient; extern angle_t ao_sample_orients[AO_NUM_ORIENT]; extern uint8_t ao_sample_orient_pos; #endif +#if HAS_MOTOR_PRESSURE +extern motor_pressure_t ao_ground_motor_pressure; +extern motor_pressure_t ao_sample_motor_pressure; +#endif void ao_sample_init(void);