fix: usbaudio set_cur cmd set volume

This commit is contained in:
awalol
2026-05-07 19:11:42 +08:00
parent 8155ebdfec
commit b736cc91d7
4 changed files with 19 additions and 4 deletions
+1
View File
@@ -32,5 +32,6 @@ bool config_save();
const Config_body& get_config();
void set_config(const uint8_t *new_config, const uint16_t len);
void config_valid();
void set_config(const Config_body &new_config);
#endif //DS5_BRIDGE_CONFIG_H