mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-13 15:41:17 +00:00
mesh: fix prototypes
This commit is contained in:
parent
7911e10992
commit
4407d0bb1b
@ -93,7 +93,7 @@ void mesh_transport_set_src(mesh_transport_pdu_t * transport_pdu, uint16_t src);
|
||||
void mesh_transport_set_dest(mesh_transport_pdu_t * transport_pdu, uint16_t dest);
|
||||
|
||||
|
||||
void mesh_lower_transport_init();
|
||||
void mesh_lower_transport_init(void);
|
||||
void mesh_lower_transport_set_higher_layer_handler(void (*pdu_handler)( mesh_transport_callback_type_t callback_type, mesh_transport_status_t status, mesh_pdu_t * pdu));
|
||||
|
||||
void mesh_lower_transport_message_processed_by_higher_layer(mesh_pdu_t * pdu);
|
||||
|
@ -50,7 +50,7 @@ extern "C"
|
||||
#include "mesh/mesh_network.h"
|
||||
#include "mesh/mesh_lower_transport.h"
|
||||
|
||||
void mesh_upper_transport_init();
|
||||
void mesh_upper_transport_init(void);
|
||||
|
||||
void mesh_upper_transport_message_processed_by_higher_layer(mesh_pdu_t * pdu);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user