Skip to content

Commit 19208cd

Browse files
committed
stm32u5: Fix submodules paths
Local paths were commited to submodule definitions This just removes prefix for submodules path and name
1 parent 39be009 commit 19208cd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitmodules

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,9 @@
149149
[submodule "hw/mcu/raspberry_pi/Pico-PIO-USB"]
150150
path = hw/mcu/raspberry_pi/Pico-PIO-USB
151151
url = https://github.com/sekigon-gonnoc/Pico-PIO-USB.git
152-
[submodule "/home/ubuntu/tinyusb/hw/mcu/st/cmsis_device_u5"]
153-
path = /home/ubuntu/tinyusb/hw/mcu/st/cmsis_device_u5
152+
[submodule "hw/mcu/st/cmsis_device_u5"]
153+
path = hw/mcu/st/cmsis_device_u5
154154
url = https://github.com/STMicroelectronics/cmsis_device_u5
155-
[submodule "/home/ubuntu/tinyusb/hw/mcu/st/stm32u5xx_hal_driver"]
156-
path = /home/ubuntu/tinyusb/hw/mcu/st/stm32u5xx_hal_driver
155+
[submodule "hw/mcu/st/stm32u5xx_hal_driver"]
156+
path = hw/mcu/st/stm32u5xx_hal_driver
157157
url = https://github.com/STMicroelectronics/stm32u5xx_hal_driver

0 commit comments

Comments
 (0)