update lorawan submodule commit

This commit is contained in:
Liu_Weichao
2023-08-03 15:40:11 +08:00
parent 1a6ee0234b
commit 3efe663ee0
3 changed files with 3 additions and 3 deletions

View File

@@ -188,7 +188,7 @@ sudo apt install gdb-multiarch
qemu-system-arm -machine lm3s6965evb -nographic -kernel build/XiZi-cortex-m3-emulator.elf -s -S
```
然后要重新开启另一个linux系统终端一个终端执行`riscv-none-embed-gdb`命令
然后要重新开启另一个linux系统终端一个终端执行命令
```
gdb-multiarch build/XiZi-cortex-m3-emulator.elf -ex "target remote localhost:1234"