forked from Archive/PX4-Autopilot
Remove uneccesary dependencies and update credits
This commit is contained in:
parent
3270e2f428
commit
17c18947a4
|
@ -1,8 +1,10 @@
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
*
|
*
|
||||||
* Copyright (c) 2013 PX4 Development Team. All rights reserved.
|
* Copyright (c) 2013 PX4 Development Team. All rights reserved.
|
||||||
* Author: Lorenz Meier
|
* Author: Jean Cyr
|
||||||
* Jean Cyr
|
* Lorenz Meier
|
||||||
|
* Julian Oes
|
||||||
|
* Thomas Gubler
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
|
@ -40,16 +42,8 @@
|
||||||
#include <nuttx/config.h>
|
#include <nuttx/config.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <errno.h>
|
|
||||||
#include <math.h>
|
|
||||||
#include <poll.h>
|
|
||||||
#include <time.h>
|
|
||||||
#include <sys/ioctl.h>
|
|
||||||
#include <systemlib/systemlib.h>
|
#include <systemlib/systemlib.h>
|
||||||
#include <systemlib/err.h>
|
|
||||||
#include <queue.h>
|
#include <queue.h>
|
||||||
|
|
||||||
#include "dataman.h"
|
#include "dataman.h"
|
||||||
|
|
|
@ -38,5 +38,3 @@
|
||||||
MODULE_COMMAND = dataman
|
MODULE_COMMAND = dataman
|
||||||
|
|
||||||
SRCS = dataman.c
|
SRCS = dataman.c
|
||||||
|
|
||||||
INCLUDE_DIRS += $(MAVLINK_SRC)/include/mavlink
|
|
||||||
|
|
Loading…
Reference in New Issue