From 5094f4a5b7440c74141e22f0016e97fcf2be2246 Mon Sep 17 00:00:00 2001 From: rosahay-silabs Date: Wed, 21 Jun 2023 11:11:25 +0530 Subject: [PATCH] Adds comment for declaring the current supported family. --- examples/platform/silabs/efr32/spi_multiplex.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examples/platform/silabs/efr32/spi_multiplex.h b/examples/platform/silabs/efr32/spi_multiplex.h index a5151f328d86c0..0c926b809fab1a 100644 --- a/examples/platform/silabs/efr32/spi_multiplex.h +++ b/examples/platform/silabs/efr32/spi_multiplex.h @@ -15,6 +15,13 @@ * limitations under the License. */ +/* + * This file contains all the functions specific to the MG24 family for + * multiplexing the SPI port with WiFi NCP and other WSTK + * devices such as External Flash and LCD. + * That can be extended to other families as well. + */ + #pragma once #if defined(EFR32MG24)