mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 18:27:05 +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;
|
||||
|
||||
#define DEVICE_DEBUG PX4_INFO
|
||||
|
||||
/*
|
||||
* Ideally we'd be able to get these from up_internal.h,
|
||||
* but since we want to be able to disable the NuttX use
|
||||
@@ -88,7 +86,6 @@ LED::~LED()
|
||||
int
|
||||
LED::init()
|
||||
{
|
||||
DEVICE_DEBUG("LED::init");
|
||||
int ret = VirtDevObj::init();
|
||||
|
||||
if (ret == 0) {
|
||||
|
||||
Reference in New Issue
Block a user