Skip to content

Commit

Permalink
boards: waveshare: adopt new rp2040.dtsi location
Browse files Browse the repository at this point in the history
This boards was merged before rp2040.dtsi changed location.
Update the include in its dts file accordingly

Signed-off-by: Benjamin Cabé <[email protected]>
  • Loading branch information
kartben authored and nashif committed Dec 5, 2024
1 parent 0a2ad7e commit c0be51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/waveshare/rp2040_zero/rp2040_zero.dts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/dts-v1/;

#include <rpi_pico/rp2040.dtsi>
#include <raspberrypi/rpi_pico/rp2040.dtsi>
#include "rp2040_zero-pinctrl.dtsi"
#include <freq.h>
#include <zephyr/dt-bindings/led/led.h>
Expand Down

0 comments on commit c0be51d

Please sign in to comment.