|
NinjaFlight
|
#include <stdbool.h>#include <stdint.h>#include <string.h>#include <limits.h>#include "debug.h"#include <platform.h>#include "common/axis.h"#include "drivers/system.h"#include "drivers/serial.h"#include "io/serial.h"#include "sensors/battery.h"#include "telemetry/telemetry.h"#include "telemetry/hott.h"#include "flight/anglerate.h"#include "flight/gps_conversion.h"#include "unittest_macros.h"#include "gtest/gtest.h"
Functions | |
| void | addGPSCoordinates (HOTT_GPS_MSG_t *hottGPSMessage, int32_t latitude, int32_t longitude) |
| void addGPSCoordinates | ( | HOTT_GPS_MSG_t * | hottGPSMessage, |
| int32_t | latitude, | ||
| int32_t | longitude | ||
| ) |