Add parse phy byte string.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2024-11-04 18:25:05 +01:00
parent 62c3d0c360
commit 6f7d92a591
2 changed files with 55 additions and 0 deletions

View File

@@ -85,6 +85,10 @@
#define PHY_MAX_SIZE 8
#ifndef ENABLE_EMULATION
extern int parse_phy_data(const uint8_t *data, uint8_t len);
#endif
#define MAX_DEPTH 4
typedef struct file {