mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Code style fixes
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
parent
169a873457
commit
054b5420a6
@ -510,6 +510,7 @@ reset()
|
||||
{
|
||||
DevHandle h;
|
||||
DevMgr::getHandle(GPSSIM_DEVICE_PATH, h);
|
||||
|
||||
if (!h.isValid()) {
|
||||
PX4_ERR("failed ");
|
||||
}
|
||||
|
||||
@ -90,6 +90,7 @@ LED::init()
|
||||
{
|
||||
DEVICE_DEBUG("LED::init");
|
||||
int ret = VirtDevObj::init();
|
||||
|
||||
if (ret == 0) {
|
||||
led_init();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user