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

Remove extra includes sections and quote include arm_internal.h.

Signed-off-by: Darryl Ring <darryl@bluerobotics.com>
This commit is contained in:
Darryl Ring 2026-09-13 09:44:24 -07:00 committed by Xiang Xiao
parent 401ea88622
commit bc11615732
2 changed files with 22 additions and 32 deletions

View file

@ -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
****************************************************************************/

View file

@ -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
****************************************************************************/