Skip to content

Commit

Permalink
Adds comment for declaring the current supported family.
Browse files Browse the repository at this point in the history
  • Loading branch information
rosahay-silabs committed Jun 21, 2023
1 parent d720788 commit c9472c1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/platform/silabs/efr32/spi_multiplex.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c9472c1

Please sign in to comment.