cw_type_vendor implemented - from_str still missing
FossilOrigin-Name: 923e57cce82510fb9624ff5f4a73cbc368c2c7afdb560092eb39df63ac132081
This commit is contained in:
parent
cad0c6ab18
commit
4c0bae244c
@ -318,6 +318,7 @@
|
||||
<File Name="src/cw/mavl_add_kv_byte.c"/>
|
||||
<File Name="src/cw/cw_types_mavl_delete.c"/>
|
||||
<File Name="src/cw/cw_format_scan_hex_bytes.c"/>
|
||||
<File Name="src/cw/cw_type_version.c"/>
|
||||
</VirtualDirectory>
|
||||
</VirtualDirectory>
|
||||
<Description/>
|
||||
|
@ -38,6 +38,7 @@ extern const struct cw_Type cw_type_byte;
|
||||
|
||||
extern const struct cw_Type cw_type_word;
|
||||
extern const struct cw_Type cw_type_dword;
|
||||
extern const struct cw_Type cw_type_version;
|
||||
|
||||
void cw_types_mavl_delete(mavldata_t *data);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user