mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2025-03-01 10:33:28 +00:00
Instance names can now be renamed on the WebUI (incl. inst 0)
Signed-off-by: Paulchen-Panther <Paulchen-Panter@protonmail.com>
This commit is contained in:
@@ -80,10 +80,10 @@ typedef struct {
|
||||
#define STATIC_ASSERT(condition, message) \
|
||||
_Static_assert(condition, message)
|
||||
#else
|
||||
#define STATIC_ASSERT(condition, message) // FIXME
|
||||
#define STATIC_ASSERT(condition, message)
|
||||
#endif
|
||||
#else
|
||||
#define STATIC_ASSERT(condition, message) // FIXME
|
||||
#define STATIC_ASSERT(condition, message)
|
||||
#endif
|
||||
|
||||
STATIC_ASSERT(sizeof(PacketHeader) == 8, "PacketHeader has invalid size");
|
||||
|
Reference in New Issue
Block a user