gqf2008 / Xtask

一种多任务调度内核
MIT License
72 stars 11 forks source link

error #9

Closed TCSYANG closed 10 months ago

TCSYANG commented 1 year ago

PS E:\rust\Xtask> cargo run --example notify --feaures=gd32vf103 --target riscv32imac-unknown-none-elf --release error: unexpected argument '--feaures' found

tip: a similar argument exists: '--features'

Usage: cargo.exe run --example [] --features [args]...

gqf2008 commented 1 year ago

--feaures=gd32vf103 改为 --features=gd32vf103 试试