We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1df3f00 commit e533a5fCopy full SHA for e533a5f
include/nrf_compress/implementation.h
@@ -122,7 +122,11 @@ enum nrf_compress_types {
122
/** ARM thumb filter */
123
NRF_COMPRESS_TYPE_ARM_THUMB,
124
125
- NRF_COMPRESS_TYPE_COUNT
+ /** Marks end/count of nRF supported filters */
126
+ NRF_COMPRESS_TYPE_COUNT,
127
+
128
+ /** Start of freely usable IDs with custom out-of-tree implementations */
129
+ NRF_COMPRESS_TYPE_USER_CUSTOM_START = 32768
130
};
131
132
struct nrf_compress_implementation {
0 commit comments