mirror of
https://github.com/polhenarejos/pico-keys-sdk
synced 2026-06-18 20:35:57 +02:00
Fix commissioned values for LED.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -294,7 +294,6 @@ int main(void) {
|
|||||||
board_init();
|
board_init();
|
||||||
stdio_init_all();
|
stdio_init_all();
|
||||||
#endif
|
#endif
|
||||||
led_init();
|
|
||||||
|
|
||||||
#else
|
#else
|
||||||
emul_init("127.0.0.1", 35963);
|
emul_init("127.0.0.1", 35963);
|
||||||
@@ -314,6 +313,8 @@ int main(void) {
|
|||||||
phy_init();
|
phy_init();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
led_init();
|
||||||
|
|
||||||
usb_init();
|
usb_init();
|
||||||
|
|
||||||
#ifndef ENABLE_EMULATION
|
#ifndef ENABLE_EMULATION
|
||||||
|
|||||||
Reference in New Issue
Block a user