mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 17:27:35 +08:00
Added hexagon support
std::to_string is not supported in the Hexagon complier Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ void Ekf::resetPosition()
|
||||
_state.pos(2) = baro_newest.hgt;
|
||||
}
|
||||
|
||||
#ifdef __PX4_POSIX
|
||||
#if defined(__PX4_POSIX) && !defined(__PX4_QURT)
|
||||
void Ekf::printCovToFile(char const *filename)
|
||||
{
|
||||
std::ofstream myfile;
|
||||
|
||||
Reference in New Issue
Block a user