Skip to content
Snippets Groups Projects
Commit 695a7f68 authored by David Sidrane's avatar David Sidrane Committed by Beat Küng
Browse files

board_common:Added missing END_DECLS from rebase

parent ea172227
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment