QURT px4_layer: getpid can shut up

This commit is contained in:
Julian Oes
2016-06-01 15:44:18 +01:00
committed by Lorenz Meier
parent a2865cd5c1
commit 953984dd48
@@ -340,7 +340,10 @@ unsigned long px4_getpid()
}
}
#ifndef __PX4_QURT
// XXX This doesn't seem to be working on QURT
PX4_ERR("px4_getpid() called from unknown thread context!");
#endif
return ~0;
}