libs: stricter constness for saving RAM with .rodata section; fbt: sdk: fixed signature generation for nested const params

This commit is contained in:
hedger
2025-02-22 16:05:56 +00:00
parent ef024e8086
commit b0835220ac
30 changed files with 57 additions and 57 deletions

View File

@@ -12,7 +12,7 @@ typedef int32_t ProtocolId;
#define PROTOCOL_NO (-1)
#define PROTOCOL_ALL_FEATURES (0xFFFFFFFF)
ProtocolDict* protocol_dict_alloc(const ProtocolBase** protocols, size_t protocol_count);
ProtocolDict* protocol_dict_alloc(const ProtocolBase* const* protocols, size_t protocol_count);
void protocol_dict_free(ProtocolDict* dict);