mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Moved pidControllers out of mw.c into flight_common.c/h. Moved appropriate code into rc_controls.c/h.
4 lines
66 B
C
4 lines
66 B
C
#pragma once
|
|
|
|
void Sonar_init(void);
|
|
void Sonar_update(void);
|