arch/arm/src/stm32/chip: Don't try including stm32l_gpio.h from within chip/*.h header files. Not only is bad style for a layered inclusion system, but it doesn't always work.

This commit is contained in:
Gregory Nutt 2019-01-19 13:22:04 -06:00
parent b35a140636
commit c8efd2b1e3
4 changed files with 0 additions and 8 deletions

View File

@ -43,8 +43,6 @@
#include <nuttx/config.h>
#include "stm32l4_gpio.h"
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/

View File

@ -43,8 +43,6 @@
#include <nuttx/config.h>
#include "stm32l4_gpio.h"
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/

View File

@ -42,8 +42,6 @@
#include <nuttx/config.h>
#include "stm32l4_gpio.h"
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/

View File

@ -42,8 +42,6 @@
#include <nuttx/config.h>
#include "stm32l4_gpio.h"
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/