board_common:Added missing END_DECLS from rebase

This commit is contained in:
David Sidrane
2017-10-02 10:46:11 -10:00
committed by Beat Küng
parent ea1722274d
commit 695a7f6839

View File

@@ -981,6 +981,7 @@ int board_shutdown(void);
static inline int board_register_power_state_notification_cb(power_button_state_notification_t cb) { return 0; }
static inline int board_shutdown(void) { return -EINVAL; }
#endif
__END_DECLS
/************************************************************************************
* Name: px4_i2c_bus_external