Skip to content

Commit 6bef0d6

Browse files
committed
add missing include
1 parent 48cc934 commit 6bef0d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ This is just a partial copy of the pico-sdk repository to reduce repository size
66
The following paths are extracted:
77

88
- `LICENSE.TXT`
9-
- `src/rp2040/hardware_regs/include/hardware/regs/`
10-
- `src/rp2040/hardware_structs/include/hardware/structs/`
9+
- `src/rp2040/hardware_regs/include`
10+
- `src/rp2040/hardware_structs/include`
1111
- `src/rp2_common/cmsis/stub/CMSIS/Device/RaspberryPi/RP2040/Include`
1212

1313
Boot2 variants builded from `src/rp2_common/boot_stage2`

update.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313

1414
source_paths = [
1515
["","LICENSE.TXT"],
16-
["src/rp2040/hardware_regs","include/*/*/*h"],
17-
["src/rp2040/hardware_structs","include/*/*/*.h"],
16+
["src/rp2040/hardware_regs","include/**/*.h"],
17+
["src/rp2040/hardware_structs","include/**/*.h"],
1818
["src/rp2_common/cmsis/stub/CMSIS/Device/RaspberryPi/RP2040/Include","*.h","include"],
1919
]
2020

0 commit comments

Comments
 (0)