Skip to content

Commit c8c917f

Browse files
eivindj-nordiclemrey
authored andcommitted
boards: nordic: Add comment in l05 and l10 templates board config
Add comment to l05 and l10 templates board-config.h that the file should be edited by the user. Signed-off-by: Eivind Jølsgard <eivind.jolsgard@nordicsemi.no>
1 parent 5c42cfb commit c8c917f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

boards/nordic/bm_nrf54l05_template/board-config.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
* @{
1111
*/
1212

13+
/* Change this file to match your own board. */
14+
1315
#ifndef __BM_NRF54L05_TEMPLATE_BOARD_CONFIG
1416
#define __BM_NRF54L05_TEMPLATE_BOARD_CONFIG
1517

boards/nordic/bm_nrf54l10_template/board-config.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
* @{
1111
*/
1212

13+
/* Change this file to match your own board. */
14+
1315
#ifndef __BM_NRF54L10_TEMPLATE_BOARD_CONFIG
1416
#define __BM_NRF54L10_TEMPLATE_BOARD_CONFIG
1517

0 commit comments

Comments
 (0)