mirror of
https://github.com/apache/nuttx.git
synced 2026-09-15 07:01:05 +00:00
arch/arm/stm32: Fix includes
Some checks are pending
MemBrowse Memory Report / changes-filter (push) Waiting to run
MemBrowse Memory Report / load-targets (push) Waiting to run
MemBrowse Memory Report / identical (push) Blocked by required conditions
MemBrowse Memory Report / analyze (push) Blocked by required conditions
Some checks are pending
MemBrowse Memory Report / changes-filter (push) Waiting to run
MemBrowse Memory Report / load-targets (push) Waiting to run
MemBrowse Memory Report / identical (push) Blocked by required conditions
MemBrowse Memory Report / analyze (push) Blocked by required conditions
Remove extra includes sections and quote include arm_internal.h. Signed-off-by: Darryl Ring <darryl@bluerobotics.com>
This commit is contained in:
parent
401ea88622
commit
bc11615732
2 changed files with 22 additions and 32 deletions
|
|
@ -24,7 +24,17 @@
|
|||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
#include <arm_internal.h>
|
||||
#include <nuttx/mutex.h>
|
||||
#include <nuttx/config.h>
|
||||
#include <nuttx/nuttx.h>
|
||||
|
||||
#include <nuttx/debug.h>
|
||||
#include <errno.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "arm_internal.h"
|
||||
#include "stm32_mdio.h"
|
||||
#include "hardware/stm32_ethernet.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
@ -40,21 +50,6 @@ static void stm32_checksetup(void);
|
|||
# define stm32_checksetup()
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
#include <nuttx/mutex.h>
|
||||
#include <nuttx/config.h>
|
||||
#include <nuttx/nuttx.h>
|
||||
|
||||
#include <nuttx/debug.h>
|
||||
#include <errno.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "stm32_mdio.h"
|
||||
#include "hardware/stm32_ethernet.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
|
|
|||
|
|
@ -24,7 +24,17 @@
|
|||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
#include <arm_internal.h>
|
||||
#include <nuttx/mutex.h>
|
||||
#include <nuttx/config.h>
|
||||
#include <nuttx/nuttx.h>
|
||||
|
||||
#include <nuttx/debug.h>
|
||||
#include <errno.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "arm_internal.h"
|
||||
#include "stm32_mdio.h"
|
||||
#include "hardware/stm32_ethernet.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
@ -40,21 +50,6 @@ static void stm32_checksetup(void);
|
|||
# define stm32_checksetup()
|
||||
#endif
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
||||
#include <nuttx/mutex.h>
|
||||
#include <nuttx/config.h>
|
||||
#include <nuttx/nuttx.h>
|
||||
|
||||
#include <nuttx/debug.h>
|
||||
#include <errno.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "stm32_mdio.h"
|
||||
#include "hardware/stm32_ethernet.h"
|
||||
|
||||
/****************************************************************************
|
||||
* Private Types
|
||||
****************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue