fix(nrf52840_m2): remove gpio button as it's NOT universal

This commit is contained in:
KemoNine 2021-01-30 00:53:08 +00:00
parent b5013c7dc7
commit 2b09576d67

View file

@ -48,15 +48,6 @@
label = "Blue PWM LED";
};
};
buttons {
compatible = "gpio-keys";
button0: button_0 {
gpios = <&gpio0 19 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
label = "Push button";
};
};
};
&adc {