mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-08-06 07:00:05 +08:00
feat(esp8266): Refactor ets system headler file
This commit is contained in:
@ -118,7 +118,7 @@ task.h is included from an application file. */
|
||||
#include "freertos/task.h"
|
||||
|
||||
#include "esp8266/eagle_soc.h"
|
||||
#include "esp8266/ets_sys.h"
|
||||
#include "rom/ets_sys.h"
|
||||
#include "esp8266/rom_functions.h"
|
||||
|
||||
#ifdef MEMLEAK_DEBUG
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include "esp_libc.h"
|
||||
|
||||
#include "esp8266/eagle_soc.h"
|
||||
#include "esp8266/ets_sys.h"
|
||||
#include "rom/ets_sys.h"
|
||||
#include "esp_err.h"
|
||||
|
||||
/*
|
||||
|
@ -83,7 +83,7 @@
|
||||
#include "esp_libc.h"
|
||||
|
||||
#include "esp8266/eagle_soc.h"
|
||||
#include "esp8266/ets_sys.h"
|
||||
#include "rom/ets_sys.h"
|
||||
#include "esp8266/rom_functions.h"
|
||||
|
||||
#define PORT_ASSERT(x) do { if (!(x)) {ets_printf("%s %u\n", "rtos_port", __LINE__); while(1){}; }} while (0)
|
||||
|
Reference in New Issue
Block a user