From 232e37af3bfef048b0b72061d84514b40e76f29e Mon Sep 17 00:00:00 2001 From: DonPavlov <1541649+DonPavlov@users.noreply.github.com> Date: Thu, 20 Oct 2022 20:03:39 +0000 Subject: [PATCH] remove traces of piezo sound control --- app/boards/arm/bluehand/bluehand.dts | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/app/boards/arm/bluehand/bluehand.dts b/app/boards/arm/bluehand/bluehand.dts index 57fbe206..6e569ed8 100644 --- a/app/boards/arm/bluehand/bluehand.dts +++ b/app/boards/arm/bluehand/bluehand.dts @@ -49,11 +49,6 @@ }; }; - /*zephyr,user { - * pwms = <&sw_pwm 0 PWM_USEC(1500) PWM_POLARITY_NORMAL>; - * }; - */ - }; &adc { status = "okay"; @@ -119,9 +114,3 @@ }; }; }; - -/* &sw_pwm { - * status = "okay"; - * channel-gpios = <&gpio1 13 GPIO_ACTIVE_HIGH>; - * }; - */