forked from Archive/PX4-Autopilot
vdev: remove wrong comment
This commit is contained in:
parent
f7d8612bc9
commit
9448e0d673
|
@ -73,10 +73,6 @@ private:
|
||||||
static px4_dev_t *devmap[PX4_MAX_DEV];
|
static px4_dev_t *devmap[PX4_MAX_DEV];
|
||||||
pthread_mutex_t devmutex = PTHREAD_MUTEX_INITIALIZER;
|
pthread_mutex_t devmutex = PTHREAD_MUTEX_INITIALIZER;
|
||||||
|
|
||||||
/*
|
|
||||||
* The standard NuttX operation dispatch table can't call C++ member functions
|
|
||||||
* directly, so we have to bounce them through this dispatch table.
|
|
||||||
*/
|
|
||||||
|
|
||||||
VDev::VDev(const char *name,
|
VDev::VDev(const char *name,
|
||||||
const char *devname) :
|
const char *devname) :
|
||||||
|
|
Loading…
Reference in New Issue