Skip to content
Snippets Groups Projects
Commit cd60fb61 authored by Daniel Agar's avatar Daniel Agar Committed by Lorenz Meier
Browse files

ledsim remove debug print

parent e9960b55
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment