mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
ledsim remove debug print
This commit is contained in:
committed by
Lorenz Meier
parent
e9960b5532
commit
cd60fb6102
@@ -45,8 +45,6 @@
|
|||||||
|
|
||||||
using namespace DriverFramework;
|
using namespace DriverFramework;
|
||||||
|
|
||||||
#define DEVICE_DEBUG PX4_INFO
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Ideally we'd be able to get these from up_internal.h,
|
* Ideally we'd be able to get these from up_internal.h,
|
||||||
* but since we want to be able to disable the NuttX use
|
* but since we want to be able to disable the NuttX use
|
||||||
@@ -88,7 +86,6 @@ LED::~LED()
|
|||||||
int
|
int
|
||||||
LED::init()
|
LED::init()
|
||||||
{
|
{
|
||||||
DEVICE_DEBUG("LED::init");
|
|
||||||
int ret = VirtDevObj::init();
|
int ret = VirtDevObj::init();
|
||||||
|
|
||||||
if (ret == 0) {
|
if (ret == 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user