Move header includes before extern c (#1047)

This commit is contained in:
Holden
2024-05-06 17:24:05 -07:00
committed by GitHub
parent 30afc1a2c0
commit 2eb2d653bf
3 changed files with 10 additions and 10 deletions

View File

@ -94,14 +94,14 @@
#define configSTACK_ALLOCATION_FROM_SEPARATE_HEAP 0
#endif
#include "mpu_wrappers.h"
/* *INDENT-OFF* */
#ifdef __cplusplus
extern "C" {
#endif
/* *INDENT-ON* */
#include "mpu_wrappers.h"
/*
* Setup the stack of a new task so it is ready to be placed under the
* scheduler control. The registers have to be placed on the stack in