Code style fixes

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois 2015-11-18 20:35:16 -08:00
parent 169a873457
commit 054b5420a6
2 changed files with 2 additions and 0 deletions

View File

@ -510,6 +510,7 @@ reset()
{
DevHandle h;
DevMgr::getHandle(GPSSIM_DEVICE_PATH, h);
if (!h.isValid()) {
PX4_ERR("failed ");
}

View File

@ -90,6 +90,7 @@ LED::init()
{
DEVICE_DEBUG("LED::init");
int ret = VirtDevObj::init();
if (ret == 0) {
led_init();
}