forked from espressif/esp-idf
fix(esp_ringbuf): Updated esp_ringbuf to follow astyle format
This commit updates the esp_ringbuf component to follow astyle formatting.
This commit is contained in:
@@ -91,7 +91,6 @@ RingbufHandle_t xRingbufferCreate(size_t xBufferSize, RingbufferType_t xBufferTy
|
|||||||
*/
|
*/
|
||||||
RingbufHandle_t xRingbufferCreateNoSplit(size_t xItemSize, size_t xItemNum);
|
RingbufHandle_t xRingbufferCreateNoSplit(size_t xItemSize, size_t xItemNum);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Create a ring buffer but manually provide the required memory
|
* @brief Create a ring buffer but manually provide the required memory
|
||||||
*
|
*
|
||||||
@@ -450,7 +449,6 @@ size_t xRingbufferGetCurFreeSize(RingbufHandle_t xRingbuffer);
|
|||||||
*/
|
*/
|
||||||
BaseType_t xRingbufferAddToQueueSetRead(RingbufHandle_t xRingbuffer, QueueSetHandle_t xQueueSet);
|
BaseType_t xRingbufferAddToQueueSetRead(RingbufHandle_t xRingbuffer, QueueSetHandle_t xQueueSet);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Check if the selected queue set member is a particular ring buffer
|
* @brief Check if the selected queue set member is a particular ring buffer
|
||||||
*
|
*
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
|
* SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD
|
* SPDX-FileCopyrightText: 2015-2024 Espressif Systems (Shanghai) CO LTD
|
||||||
*
|
*
|
||||||
* SPDX-License-Identifier: Apache-2.0
|
* SPDX-License-Identifier: Apache-2.0
|
||||||
*/
|
*/
|
||||||
|
@@ -70,7 +70,6 @@ components_not_formatted_temporary:
|
|||||||
- "/components/esp_partition/"
|
- "/components/esp_partition/"
|
||||||
- "/components/esp_phy/"
|
- "/components/esp_phy/"
|
||||||
- "/components/esp_pm/"
|
- "/components/esp_pm/"
|
||||||
- "/components/esp_ringbuf/"
|
|
||||||
- "/components/esp_rom/"
|
- "/components/esp_rom/"
|
||||||
- "/components/esp_system/"
|
- "/components/esp_system/"
|
||||||
- "/components/esp_timer/"
|
- "/components/esp_timer/"
|
||||||
|
Reference in New Issue
Block a user