This commit is contained in:
zogodo
2020-02-09 01:05:37 +08:00
parent a2b60a8a01
commit 09a1cdf225
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
#include "mico.h" #include "mico.h"
#include "micokit_ext.h" #include "micokit_ext.h"
#define VERSION "v0.11.1" #define VERSION "v0.11.2"
#define TYPE 1 #define TYPE 1
#define TYPE_NAME "zTC1" #define TYPE_NAME "zTC1"

View File

@@ -112,7 +112,7 @@ static void PowerIrqHandler(void* arg)
} }
else else
{ {
os_log("PowerIrqHandler error past_ns[%ld] t_x[%ld] rest_x_ns[%ld]", past_ns, t_x, rest_x_ns); os_log("PowerIrqHandler error past_ns[%llu] t_x[%llu] rest_x_ns[%llu]", past_ns, t_x, rest_x_ns);
//一般不会出现这种情况, 所以不管了...哈哈哈~ //一般不会出现这种情况, 所以不管了...哈哈哈~
SetPowerRecord(&power_record, 123456); SetPowerRecord(&power_record, 123456);
SetPowerRecord(&power_record, past_ns); SetPowerRecord(&power_record, past_ns);