From b660ffcc47c00bdf00a40a2c8b7fcb60e6fc794e Mon Sep 17 00:00:00 2001 From: zhyinch <zhyinch@gmail.com> Date: 星期日, 19 九月 2021 18:05:08 +0800 Subject: [PATCH] V1.66 修改继电器触发延迟BUG --- 源码/核心板/Src/application/dw_app.h | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/dw_app.h" "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/dw_app.h" index c703ac1..26826fa 100644 --- "a/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/dw_app.h" +++ "b/\346\272\220\347\240\201/\346\240\270\345\277\203\346\235\277/Src/application/dw_app.h" @@ -20,9 +20,10 @@ #include <math.h> #include "TrackingDiff.h" -//#define USART_SINGLE_OUTPUT +#define USART_SINGLE_OUTPUT //#define USART_INTEGRATE_OUTPUT -#define USART_ALL_OUTPUT +//#define USART_ALL_OUTPUT + //#define NEWBOARD //#define TAG_OUTPUT -- Gitblit v1.9.3