You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I try to compile the sample, with: west build -b nrf52832_mdk nrf_midi/samples/bluetooth/central_midi I get:
...nrf_midi/samples/bluetooth/peripheral_midi/src/main.c: In function 'uart_init':
...zephyr/include/devicetree.h:173:36: error: 'DT_N_NODELABEL_arduino_serial_P_label' undeclared (first use in this function)
173 | #define DT_NODELABEL(label) DT_CAT(DT_N_NODELABEL_, label)
| ^~~~~~~~~~~~~~~
same error for the peripheral example. I also tried for the board arduino_nano_33_ble, no change. What could help?
The text was updated successfully, but these errors were encountered:
If I try to compile the sample, with:
west build -b nrf52832_mdk nrf_midi/samples/bluetooth/central_midi
I get:same error for the peripheral example. I also tried for the board arduino_nano_33_ble, no change. What could help?
The text was updated successfully, but these errors were encountered: