We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d9fd31 commit 108f46fCopy full SHA for 108f46f
1 file changed
src/utility/STM32Cube_FW/stm_list.h
@@ -20,12 +20,13 @@
20
21
#ifndef _STM_LIST_H_
22
#define _STM_LIST_H_
23
+#include "stm32_wpan_common.h"
24
25
/* Includes ------------------------------------------------------------------*/
26
#include "stdint.h"
27
#include "stdbool.h"
28
-typedef struct _tListNode {
29
+typedef PACKED_STRUCT _tListNode {
30
struct _tListNode * next;
31
struct _tListNode * prev;
32
} tListNode;
0 commit comments