esp_common: Rename esp_macro.h to esp_macros.h

This commit is contained in:
Darian Leung 2022-03-10 21:22:35 +08:00
parent c412cb15ac
commit 94c2467dd6
4 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@
#include "xtensa/config/specreg.h"
#include "xt_instr_macros.h"
#include "portbenchmark.h"
#include "esp_macro.h"
#include "esp_macros.h"
#include "hal/cpu_hal.h"
#include "esp_private/crosscore_int.h"

View File

@ -44,7 +44,7 @@
#include <stdio.h>
#include "spinlock.h"
#include "soc/interrupt_core0_reg.h"
#include "esp_macro.h"
#include "esp_macros.h"
#include "esp_attr.h"
#include "esp_rom_sys.h"
#include "esp_timer.h" /* required for FreeRTOS run time stats */

View File

@ -74,7 +74,7 @@
#include "spinlock.h"
#include "hal/cpu_hal.h"
#include "esp_private/crosscore_int.h"
#include "esp_macro.h"
#include "esp_macros.h"
#include "esp_attr.h"
#include "esp_timer.h" /* required for esp_timer_get_time. [refactor-todo] make this common between archs */
#include "esp_newlib.h" /* required for esp_reent_init() in tasks.c */