getprogname: re-enable on NuttX & move to px4_tasks.h

This commit is contained in:
Beat Küng
2016-06-08 12:58:23 +02:00
parent b9e9f62bee
commit 9f5adb2356
4 changed files with 15 additions and 13 deletions
-2
View File
@@ -74,8 +74,6 @@
__BEGIN_DECLS
__EXPORT const char *getprogname(void);
#ifdef __PX4_NUTTX
#define EXIT(eval) exit(eval)