Commit ff3b52af authored by Wenxi Xu's avatar Wenxi Xu
Browse files

非常奇怪,逻辑bug都修了,发的包明明和调试助手的一样为什么就是不行呢

parent 4e4b9615
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -24,7 +24,8 @@
            "liveWatch": {
                "enabled": true,
                "samplesPerSecond": 1
            }
            },
			"showDevDebugOutput": "raw"
        },
        {
            "name": "Attach",
+1 −0
Original line number Diff line number Diff line
## 电机驱动API
+39975 −50614

File changed.

Preview size limit exceeded, changes collapsed.

deassembly.sh

0 → 100755
+2 −0
Original line number Diff line number Diff line
#!/bin/bash
objdump -S build/zephyr/zephyr.elf > assembly.txt
+0 −6
Original line number Diff line number Diff line
@@ -14,12 +14,6 @@ module = MOTOR
module-str = MOTOR
source "subsys/logging/Kconfig.template.log_config"

config PACKAGE_SEND_TIME_GAP
    int "Package send time gap"
    default 50
    help
      The time gap between two motor controlling packages in ms

config MOTOR_DJI
    bool "MOTOR DJI"
    help
Loading