Rename deserialize_Layer() to parseLayer() and process* functions to parse*

This commit is contained in:
László Monda
2017-06-15 18:13:42 +02:00
parent 972febf360
commit bdaef763a4
3 changed files with 19 additions and 19 deletions

View File

@@ -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