Skip to content
Snippets Groups Projects
Commit 4b06772c authored by dawehr's avatar dawehr
Browse files

Fixed mistake with merge.

parent f4f42f14
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ int cb_packetlog(modular_structs_t* structs, struct metadata *meta, u8 *data, u1 ...@@ -44,7 +44,7 @@ int cb_packetlog(modular_structs_t* structs, struct metadata *meta, u8 *data, u1
* Handles a get packet logs request and sends a response * Handles a get packet logs request and sends a response
* with the packet log data. * with the packet log data.
*/ */
int cb_getpacketlogs(modular_structs_t* structs, metadata_t *meta, u8 *data, u16 length) { int cb_getpacketlogs(modular_structs_t* structs, struct metadata *meta, u8 *data, u16 length) {
u8 buf[255]; u8 buf[255];
// Message logging number of messages received and size of payload received // Message logging number of messages received and size of payload received
......
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