feat(driver): Clean up header files dependency

This commit is contained in:
Wu Jian Gang
2018-05-19 23:49:26 +08:00
parent 78bdcf043e
commit 3c560f678a
8 changed files with 49 additions and 18 deletions

View File

@ -17,12 +17,15 @@
* @brief Defines and Macros for the SPI.
*/
#include "spi_interface.h"
#include "esp8266/eagle_soc.h"
#include <stdint.h>
#include "esp8266/ets_sys.h"
#include "esp8266/pin_mux_register.h"
#include "esp_libc.h"
#include "freertos/portmacro.h"
#include "spi_interface.h"
#include "FreeRTOS.h"
//*****************************************************************************
//
// Make sure all of the definitions in this header have a C binding.