|
|
|
@ -1,3 +1,6 @@ |
|
|
|
|
#ifndef G_WOLVES_H |
|
|
|
|
#define G_WOLVES_H |
|
|
|
|
|
|
|
|
|
#include <stdlib.h> |
|
|
|
|
#include <stdint.h> |
|
|
|
|
#include <stddef.h> |
|
|
|
@ -195,3 +198,5 @@ struct REPORT_WIRELESS_FIRMWARE_VERSION |
|
|
|
|
uint8_t zeros[REPORT_MAX_SIZE - sizeof(report_header_t) - 7]; |
|
|
|
|
} __attribute__((packed)); |
|
|
|
|
static_assert(sizeof(struct REPORT_WIRELESS_FIRMWARE_VERSION) == REPORT_MAX_SIZE, "Report WIRELESS_FIRMWARE_VERSION not of right size"); |
|
|
|
|
|
|
|
|
|
#endif |