mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-24 15:40:31 +08:00
tiny cleanup
This commit is contained in:
@@ -37,8 +37,6 @@
|
||||
*
|
||||
* @author Thomas Gubler <thomasgubler@gmail.com>
|
||||
*/
|
||||
#include <string.h>
|
||||
#include <cstdlib>
|
||||
#include "publisher_example.h"
|
||||
|
||||
bool thread_running = false; /**< Deamon status flag */
|
||||
|
||||
@@ -40,7 +40,6 @@
|
||||
#include "subscriber_example.h"
|
||||
bool thread_running = false; /**< Deamon status flag */
|
||||
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
px4::init(argc, argv, "subscriber");
|
||||
|
||||
Reference in New Issue
Block a user