aboutsummaryrefslogtreecommitdiff
path: root/third_party/pico_sdk/src/rp2_common/pico_bootsel_via_double_reset/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/pico_sdk/src/rp2_common/pico_bootsel_via_double_reset/BUILD.gn')
-rw-r--r--third_party/pico_sdk/src/rp2_common/pico_bootsel_via_double_reset/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/pico_sdk/src/rp2_common/pico_bootsel_via_double_reset/BUILD.gn b/third_party/pico_sdk/src/rp2_common/pico_bootsel_via_double_reset/BUILD.gn
index 5f615278d..89dd81e53 100644
--- a/third_party/pico_sdk/src/rp2_common/pico_bootsel_via_double_reset/BUILD.gn
+++ b/third_party/pico_sdk/src/rp2_common/pico_bootsel_via_double_reset/BUILD.gn
@@ -25,8 +25,8 @@ pw_source_set("pico_bootsel_via_double_reset") {
deps = [
"${PICO_ROOT}/src/common/pico_base",
"${PICO_ROOT}/src/common/pico_binary_info",
+ "${PICO_ROOT}/src/common/pico_time",
"${PICO_ROOT}/src/rp2_common/pico_bootrom",
- "${PICO_ROOT}/src/rp2_common/pico_time",
]
sources = [ "${_CWD}/pico_bootsel_via_double_reset.c" ]
}