We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbdd223 + d3fdca7 commit d5e85cdCopy full SHA for d5e85cd
workspace_tools/synch.py
@@ -47,7 +47,7 @@
47
# Tuple data: (repo_name, list_of_code_dirs, [team])
48
# team is optional - if not specified, the code is published under mbed_official
49
OFFICIAL_CODE = (
50
- ("mbed-src" , "mbed"),
+ ("mbed-dev" , "mbed"),
51
("mbed-rtos", "rtos"),
52
("mbed-dsp" , "dsp"),
53
("mbed-rpc" , "rpc"),
0 commit comments