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