forked from espressif/esp-modbus
soc: don't expose unstable soc header files in public api
* Original commit: espressif/esp-idf@869bed1bb5
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* SPDX-FileCopyrightText: 2016-2021 Espressif Systems (Shanghai) CO LTD
|
* SPDX-FileCopyrightText: 2016-2022 Espressif Systems (Shanghai) CO LTD
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
@@ -9,7 +9,6 @@
|
|||||||
|
|
||||||
#include <stdint.h> // for standard int types definition
|
#include <stdint.h> // for standard int types definition
|
||||||
#include <stddef.h> // for NULL and std defines
|
#include <stddef.h> // for NULL and std defines
|
||||||
#include "soc/soc.h" // for BITN definitions
|
|
||||||
#include "esp_modbus_common.h" // for common types
|
#include "esp_modbus_common.h" // for common types
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* SPDX-FileCopyrightText: 2016-2021 Espressif Systems (Shanghai) CO LTD
|
* SPDX-FileCopyrightText: 2016-2022 Espressif Systems (Shanghai) CO LTD
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
@@ -10,7 +10,6 @@
|
|||||||
// Public interface header for slave
|
// Public interface header for slave
|
||||||
#include <stdint.h> // for standard int types definition
|
#include <stdint.h> // for standard int types definition
|
||||||
#include <stddef.h> // for NULL and std defines
|
#include <stddef.h> // for NULL and std defines
|
||||||
#include "soc/soc.h" // for BITN definitions
|
|
||||||
#include "freertos/FreeRTOS.h" // for task creation and queues access
|
#include "freertos/FreeRTOS.h" // for task creation and queues access
|
||||||
#include "freertos/event_groups.h" // for event groups
|
#include "freertos/event_groups.h" // for event groups
|
||||||
#include "esp_modbus_common.h" // for common types
|
#include "esp_modbus_common.h" // for common types
|
||||||
|
Reference in New Issue
Block a user