Re-enabled blue GPIO LED.
This commit is contained in:
parent
1205e77f9b
commit
c3a680649c
1 changed files with 1 additions and 6 deletions
|
@ -13,9 +13,6 @@
|
|||
|
||||
chosen {
|
||||
zephyr,code-partition = &code_partition;
|
||||
// zephyr,console = &uart0;
|
||||
//zephyr,bt-mon-uart = &uart0;
|
||||
//zephyr,bt-c2h-uart = &uart0;
|
||||
zephyr,sram = &sram0;
|
||||
zephyr,flash = &flash0;
|
||||
zmk,kscan = &kscan0;
|
||||
|
@ -33,15 +30,13 @@
|
|||
;
|
||||
};
|
||||
|
||||
/*
|
||||
leds {
|
||||
compatible = "gpio-leds";
|
||||
blue_led: led_0 {
|
||||
gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
|
||||
gpios = <&gpio1 10 GPIO_ACTIVE_HIGH>;
|
||||
label = "Blue LED";
|
||||
};
|
||||
};
|
||||
*/
|
||||
};
|
||||
|
||||
&spi1 {
|
||||
|
|
Loading…
Add table
Reference in a new issue