mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 12:42:30 +04:00
formatting
This commit is contained in:
@@ -44,4 +44,4 @@ typedef struct {
|
||||
ProtocolRenderData render_data;
|
||||
ProtocolRenderData render_brief_data;
|
||||
ProtocolWriteData write_data;
|
||||
} ProtocolBase;
|
||||
} ProtocolBase;
|
||||
|
||||
@@ -245,4 +245,4 @@ bool protocol_dict_get_write_data(ProtocolDict* dict, size_t protocol_index, voi
|
||||
|
||||
furi_check(fn);
|
||||
return fn(dict->data[protocol_index], data);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -9,7 +9,7 @@ typedef struct ProtocolDict ProtocolDict;
|
||||
|
||||
typedef int32_t ProtocolId;
|
||||
|
||||
#define PROTOCOL_NO (-1)
|
||||
#define PROTOCOL_NO (-1)
|
||||
#define PROTOCOL_ALL_FEATURES (0xFFFFFFFF)
|
||||
|
||||
ProtocolDict* protocol_dict_alloc(const ProtocolBase** protocols, size_t protocol_count);
|
||||
|
||||
Reference in New Issue
Block a user