From 5effefafb4488dc407750da079eee645d397498f Mon Sep 17 00:00:00 2001 From: Angel Cascarino Date: Thu, 8 Feb 2024 11:41:54 +0000 Subject: [PATCH] Attempt to faff documentation --- modules/i2s/api/i2s.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/i2s/api/i2s.h b/modules/i2s/api/i2s.h index 97f5933..d123e9a 100644 --- a/modules/i2s/api/i2s.h +++ b/modules/i2s/api/i2s.h @@ -14,13 +14,13 @@ * * The public API for using the HIL I2S core. * + * @{ + * * The macro I2S_DATA_WIDTH may be set as a compile flag (e.g. * -DI2S_DATA_WIDTH=16) to alter the number of bits per word for both the I2S * Master and I2S Slave components; this defaults to 32 bits per word. This * value may be set to any value between 1 and 32. Correct operation of the I2S * components has only currently been verified at 16 and 32 bits per word. - * - * @{ */ #define I2S_MAX_DATALINES 8