1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 04:34:43 +04:00

Merge remote-tracking branch 'OFW/hedger/more-constness' into dev [ci skip]

This commit is contained in:
MX
2025-02-24 20:58:37 +03:00
68 changed files with 595 additions and 531 deletions

View File

@@ -313,7 +313,7 @@ static bool cli_vcp_is_connected(void) {
return vcp->connected;
}
CliSession cli_vcp = {
const CliSession cli_vcp = {
cli_vcp_init,
cli_vcp_deinit,
cli_vcp_rx,