Rename deserialize_Layer() to parseLayer() and process* functions to parse*
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
void deserialize_Layer(const uint8_t *data, uint8_t targetLayer);
|
||||
void ParseLayer(const uint8_t *data, uint8_t targetLayer);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user