mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-30 11:37:06 +08:00
[fixedwing] convert disc_survey to module
This commit is contained in:
@@ -137,9 +137,6 @@ typedef uint8_t unit_t;
|
||||
|
||||
#define Blend(a, b, rho) (((rho)*(a))+(1-(rho))*(b))
|
||||
|
||||
#define ScalarProduct(x1,y1,x2,y2) ((x1)*(x2)+(y1)*(y2))
|
||||
|
||||
|
||||
#define RunOnceEvery(_prescaler, _code) { \
|
||||
static uint16_t prescaler = 0; \
|
||||
prescaler++; \
|
||||
|
||||
Reference in New Issue
Block a user