From f24a687f8e8020dfdb6fa6e3734b29bfc8d9c4a3 Mon Sep 17 00:00:00 2001 From: Abdelatif Guettouche Date: Tue, 25 May 2021 14:32:03 +0100 Subject: [PATCH] arch/xtensa/src/esp32/esp32_rt_timer.h: Add section headers. Signed-off-by: Abdelatif Guettouche --- arch/xtensa/src/esp32/esp32_rt_timer.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/arch/xtensa/src/esp32/esp32_rt_timer.h b/arch/xtensa/src/esp32/esp32_rt_timer.h index 68ee2922af..afbeaee880 100644 --- a/arch/xtensa/src/esp32/esp32_rt_timer.h +++ b/arch/xtensa/src/esp32/esp32_rt_timer.h @@ -31,9 +31,17 @@ #include #include +/**************************************************************************** + * Pre-processor Definitions + ****************************************************************************/ + #define RT_TIMER_NOFLAGS (0) /* Timer support no feature */ #define RT_TIMER_REPEAT (1 << 0) /* Timer is repeat */ +/**************************************************************************** + * Private Types + ****************************************************************************/ + /** * RT timer state */ @@ -80,6 +88,10 @@ extern "C" #define EXTERN extern #endif +/**************************************************************************** + * Public Function Prototypes + ****************************************************************************/ + /**************************************************************************** * Name: rt_timer_create *