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:
Mark Charlebois
2016-01-07 14:54:55 -08:00
parent b457709bd9
commit b8837b4dc6
+1 -1
View File
@@ -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;