Skip to content
Snippets Groups Projects
Commit 97723807 authored by Beat Küng's avatar Beat Küng
Browse files

posix main: avoid declaring px4_main_t, include the correct header instead

parent 2c56ceec
No related branches found
No related tags found
No related merge requests found
......@@ -53,6 +53,7 @@
#include "DriverFramework.hpp"
#include <termios.h>
#include <sys/stat.h>
#include <px4_tasks.h>
namespace px4
{
......@@ -61,8 +62,6 @@ void init_once();
using namespace std;
typedef int (*px4_main_t)(int argc, char *argv[]);
#define CMD_BUFF_SIZE 100
#ifdef PATH_MAX
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment