We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4242edd commit f0409f6Copy full SHA for f0409f6
libraries/AP_Math/control.h
@@ -4,10 +4,6 @@
4
#include "vector2.h"
5
#include "vector3.h"
6
7
-#ifndef HAL_WITH_POSTYPE_DOUBLE
8
-#define HAL_WITH_POSTYPE_DOUBLE BOARD_FLASH_SIZE > 1024
9
-#endif
10
-
11
#if HAL_WITH_POSTYPE_DOUBLE
12
typedef double postype_t;
13
typedef Vector2d Vector2p;
0 commit comments