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:
Sudeep Mohanty
2024-01-26 15:20:19 +01:00
parent e8dee79bb5
commit defd3ec220
4 changed files with 11 additions and 14 deletions

View File

@@ -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
* *

View File

@@ -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
*/ */

View File

@@ -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
*/ */

View File

@@ -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/"