Now initializes a path in memory

This commit is contained in:
Alexandre Paillier
2022-05-02 15:30:26 +02:00
parent 7e35b96ec0
commit 0e386a4204
6 changed files with 51 additions and 2 deletions

View File

@@ -258,6 +258,7 @@ bool set_struct_name(const uint8_t *const data)
return true;
}
// TODO: Split this function
bool set_struct_field(const uint8_t *const data)
{
uint8_t data_idx = OFFSET_DATA;