Skip to content

Commit a28f349

Browse files
maje-embrlubos
authored andcommitted
samples: peripheral_power_profiling: Remove unused buttons from DTS
Removed unused buttons from DTS, no longer wake up the application. This ensures that these buttons are not initialized by the dk_buttons_and_leds library. Ref: NCSDK-30039 Signed-off-by: Marcin Jelinski <[email protected]> (cherry picked from commit b99305c)
1 parent 9164131 commit a28f349

File tree

1 file changed

+15
-0
lines changed
  • samples/bluetooth/peripheral_power_profiling

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
/*
2+
* Copyright (c) 2024 Nordic Semiconductor ASA
3+
*
4+
* SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
*/
6+
7+
/ {
8+
aliases {
9+
/delete-property/ sw2;
10+
/delete-property/ sw3;
11+
};
12+
};
13+
14+
/delete-node/ &button2;
15+
/delete-node/ &button3;

0 commit comments

Comments
 (0)