Skip to content

Commit

Permalink
Merge branch 'bugfix/include_freertosconfig_h_in_critical_section_h' …
Browse files Browse the repository at this point in the history
…into 'master'

esp_system: include FreeRTOS.h explicitly in critical_section.h

See merge request espressif/esp-idf!22405
  • Loading branch information
Icarus113 committed Feb 16, 2023
2 parents 74980e1 + a49d074 commit 7f335a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/esp_system/include/esp_private/critical_section.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* SPDX-FileCopyrightText: 2022 Espressif Systems (Shanghai) CO LTD
* SPDX-FileCopyrightText: 2022-2023 Espressif Systems (Shanghai) CO LTD
*
* SPDX-License-Identifier: Apache-2.0
*/
Expand All @@ -13,7 +13,7 @@
*/
#pragma once

#include "freertos/portmacro.h"
#include "freertos/FreeRTOS.h"
#include "spinlock.h"

#ifdef __cplusplus
Expand Down

0 comments on commit 7f335a9

Please sign in to comment.