struct scan_field_s -> struct scan_field
Remove obsolete suffix from struct scan_field. Somehow, these definitions did not get updated but did not cause any errors.
This commit is contained in:
@@ -328,7 +328,7 @@ int str_to_buf(const char *str, int str_len, uint8_t *buf, int buf_len, int radi
|
||||
return i;
|
||||
}
|
||||
|
||||
int buf_to_u32_handler(uint8_t *in_buf, void *priv, struct scan_field_s *field)
|
||||
int buf_to_u32_handler(uint8_t *in_buf, void *priv, struct scan_field *field)
|
||||
{
|
||||
uint32_t *dest = priv;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user