From 4f975cd0ddb6f06d19cd1e7d5811bb489695d78f Mon Sep 17 00:00:00 2001 From: arlenxiao Date: Sat, 6 May 2017 16:56:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=89=E6=A0=85=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E8=BE=93=E5=85=A5=E5=8F=A3=E4=B8=8A=E6=8B=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App/Raster.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App/Raster.cpp b/App/Raster.cpp index 41a4367b..fadf0f11 100644 --- a/App/Raster.cpp +++ b/App/Raster.cpp @@ -14,7 +14,7 @@ static PulsePort* Create(Pin pin) pp->Port = new InputPort(); pp->Port->Set(pin); pp->Port->Floating = false; - pp->Port->Pull = InputPort::DOWN; + pp->Port->Pull = InputPort::UP; pp->Port->HardEvent = true;