Fix Windows compilation warnings (#1171)

And update the Zephyr platform sample help, add arc target into usage list.
This commit is contained in:
Wenyong Huang
2022-05-16 09:12:58 +08:00
committed by GitHub
parent 0993601d55
commit d7a2888b18
4 changed files with 4 additions and 3 deletions

View File

@ -28,6 +28,7 @@ usage ()
echo " $0 $QEMU_XTENSA_TARGET"
echo " $0 $QEMU_RISCV64_TARGET"
echo " $0 $QEMU_RISCV32_TARGET"
echo " $0 $QEMU_ARC_TARGET"
exit 1
}