Skip to content

Commit d635ef6

Browse files
committed
Kinetis SDK: Include stddef.h to fix build errors seen when including SDK header files
Signed-off-by: Mahadevan Mahesh <[email protected]>
1 parent f6f872a commit d635ef6

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

targets/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_K66F/drivers/fsl_common.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include <assert.h>
3535
#include <stdbool.h>
3636
#include <stdint.h>
37+
#include <stddef.h>
3738
#include <string.h>
3839
#include "fsl_device_registers.h"
3940

targets/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_K82F/drivers/fsl_common.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include <assert.h>
3535
#include <stdbool.h>
3636
#include <stdint.h>
37+
#include <stddef.h>
3738
#include <string.h>
3839
#include "fsl_device_registers.h"
3940

targets/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_KL27Z/drivers/fsl_common.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include <assert.h>
3535
#include <stdbool.h>
3636
#include <stdint.h>
37+
#include <stddef.h>
3738
#include <string.h>
3839
#include "fsl_device_registers.h"
3940

targets/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_KL43Z/drivers/fsl_common.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include <assert.h>
3535
#include <stdbool.h>
3636
#include <stdint.h>
37+
#include <stddef.h>
3738
#include <string.h>
3839
#include "fsl_device_registers.h"
3940

targets/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_KL82Z/drivers/fsl_common.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include <assert.h>
3535
#include <stdbool.h>
3636
#include <stdint.h>
37+
#include <stddef.h>
3738
#include <string.h>
3839
#include "fsl_device_registers.h"
3940

targets/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_KW24D/drivers/fsl_common.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include <assert.h>
3535
#include <stdbool.h>
3636
#include <stdint.h>
37+
#include <stddef.h>
3738
#include <string.h>
3839
#include "fsl_device_registers.h"
3940

targets/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_MCU_K22F/drivers/fsl_common.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include <assert.h>
3535
#include <stdbool.h>
3636
#include <stdint.h>
37+
#include <stddef.h>
3738
#include <string.h>
3839
#include "fsl_device_registers.h"
3940

targets/TARGET_Freescale/TARGET_KSDK2_MCUS/TARGET_MCU_K64F/drivers/fsl_common.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
#include <assert.h>
3535
#include <stdbool.h>
3636
#include <stdint.h>
37+
#include <stddef.h>
3738
#include <string.h>
3839
#include "fsl_device_registers.h"
3940

0 commit comments

Comments
 (0)