nxphlite-v1:incorperate master's led changes and fit

This commit is contained in:
David Sidrane
2017-03-31 11:43:15 -10:00
committed by Daniel Agar
parent e281958b43
commit 5922e08f5e
2 changed files with 16 additions and 11 deletions
@@ -67,7 +67,7 @@
#include <arch/board/board.h>
#include <drivers/drv_hrt.h>
#include <drivers/drv_led.h>
#include <drivers/drv_board_led.h>
#include <systemlib/px4_macros.h>
#include <systemlib/cpuload.h>
@@ -282,6 +282,8 @@ __EXPORT int board_app_initialize(uintptr_t arg)
# error platform is dependent on c++ both CONFIG_HAVE_CXX and CONFIG_HAVE_CXXINITIALIZE must be defined.
#endif
param_init();
/* configure the high-resolution time/callout interface */
hrt_init();