diff options
| author | ruki <[email protected]> | 2018-05-22 00:38:31 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2018-05-21 21:51:06 +0800 |
| commit | bea60695d89f41068f8cd4424b7a5dfacc85173c (patch) | |
| tree | dcfe6174a0af24f16754adb66451129614210b24 | |
| parent | 25eab76f405d681b06c93a00e0e9a2b3f5b65644 (diff) | |
remove uart fro msdsm demo
| -rw-r--r-- | tests/projects/wdk/wdm/msdsm/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/projects/wdk/wdm/msdsm/xmake.lua b/tests/projects/wdk/wdm/msdsm/xmake.lua index 66f09a9b1..7611b0f27 100644 --- a/tests/projects/wdk/wdm/msdsm/xmake.lua +++ b/tests/projects/wdk/wdm/msdsm/xmake.lua @@ -23,5 +23,5 @@ target("msdsm") set_pcheader("precomp.h") -- add links - add_links("mpio", "ucrt") + add_links("mpio") |
