From 213ddea6a9a40fcd81f1fe7a683fecc29cc7be28 Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Tue, 27 May 2025 18:16:05 +0200 Subject: [PATCH] audio: unify Private Types banners unify Private Types banners according to NuttX coding standard Signed-off-by: raiden00pl --- audio/audio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/audio.c b/audio/audio.c index 5753e3e36d1..36d087efa01 100644 --- a/audio/audio.c +++ b/audio/audio.c @@ -66,7 +66,7 @@ #endif /**************************************************************************** - * Private Type Definitions + * Private Types ****************************************************************************/ /* This structure describes the state of the upper half driver */