This commit is contained in:
2024-05-27 21:17:40 +08:00
parent 3fe85dc7db
commit a086ce17e4
4 changed files with 12 additions and 3 deletions

View File

@@ -4,6 +4,7 @@
extern float (*mid_track)[2];
extern int32_t mid_track_count;
extern float pure_angle;
extern float pure_angle_half;
extern float dx_near;
void aim_distance_select(void);