This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 44eeb1c7c8acf04ddeaff2cd07f7215570f1b891 Author: raiden00pl <raide...@railab.me> AuthorDate: Tue May 27 18:31:46 2025 +0200 testing: unify Private Types banners unify Private Types banners according to NuttX coding standard Signed-off-by: raiden00pl <raide...@railab.me> --- testing/drivers/drivertest/drivertest_i2c_spi.c | 2 +- testing/drivers/drivertest/drivertest_uart.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/drivers/drivertest/drivertest_i2c_spi.c b/testing/drivers/drivertest/drivertest_i2c_spi.c index b13a8a654..870304325 100644 --- a/testing/drivers/drivertest/drivertest_i2c_spi.c +++ b/testing/drivers/drivertest/drivertest_i2c_spi.c @@ -47,7 +47,7 @@ #define READ_TIMES 100 /**************************************************************************** - * Private Type Declarations + * Private Types ****************************************************************************/ struct test_state_s diff --git a/testing/drivers/drivertest/drivertest_uart.c b/testing/drivers/drivertest/drivertest_uart.c index f88820529..fb19a980e 100644 --- a/testing/drivers/drivertest/drivertest_uart.c +++ b/testing/drivers/drivertest/drivertest_uart.c @@ -58,7 +58,7 @@ #endif /**************************************************************************** - * Private Type Declarations + * Private Types ****************************************************************************/ struct test_confs_s