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.
1 parent fbdd223 commit d3fdca7Copy full SHA for d3fdca7
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