Browse Source

PX4 tasks: Code style fixes

sbg
Lorenz Meier 9 years ago
parent
commit
f32569211d
  1. 2
      src/platforms/px4_tasks.h

2
src/platforms/px4_tasks.h

@ -131,7 +131,7 @@ __EXPORT bool px4_task_is_running(const char *taskname);
#ifdef __PX4_POSIX #ifdef __PX4_POSIX
/** set process (and thread) options */ /** set process (and thread) options */
__EXPORT int px4_prctl(int option, const char* arg2, unsigned pid); __EXPORT int px4_prctl(int option, const char *arg2, unsigned pid);
#endif #endif
__END_DECLS __END_DECLS

Loading…
Cancel
Save