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:
Paulchen-Panther
2019-08-04 20:19:33 +02:00
parent a080c7151d
commit 3dee474356
9 changed files with 121 additions and 44 deletions

View File

@@ -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");