iridiumsbd cleanup unnecessary Device CDev usage

This commit is contained in:
Daniel Agar
2018-08-18 15:11:09 -04:00
parent a40161a3ec
commit 98a16fdc23
2 changed files with 3 additions and 3 deletions
@@ -57,7 +57,7 @@ IridiumSBD *IridiumSBD::instance;
int IridiumSBD::task_handle;
IridiumSBD::IridiumSBD()
: CDev("iridiumsbd", IRIDIUMSBD_DEVICE_PATH)
: CDev(IRIDIUMSBD_DEVICE_PATH)
{
}
@@ -36,7 +36,7 @@
#include <stdlib.h>
#include <stdbool.h>
#include <drivers/device/device.h>
#include <lib/cdev/CDev.hpp>
#include <drivers/drv_hrt.h>
#include <uORB/uORB.h>
@@ -98,7 +98,7 @@ extern "C" __EXPORT int iridiumsbd_main(int argc, char *argv[]);
* - Improve TX buffer handling:
* - Do not reset the full TX buffer but delete the oldest HIGH_LATENCY2 message if one is in the buffer or delete the oldest message in general
*/
class IridiumSBD : public device::CDev
class IridiumSBD : public cdev::CDev
{
public:
/*