From 11b4a504ffda22a38ebe3966929d538ac51914e3 Mon Sep 17 00:00:00 2001 From: Romain Goyet Date: Thu, 30 Mar 2017 11:01:20 +0200 Subject: [PATCH] [ion/device] Fix the slow keyboard issue Change-Id: I0111dea54423b230f5c656771ded8a30dedaeea3 --- ion/src/device/keyboard.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/ion/src/device/keyboard.cpp b/ion/src/device/keyboard.cpp index 2f5492367..15cd3cf27 100644 --- a/ion/src/device/keyboard.cpp +++ b/ion/src/device/keyboard.cpp @@ -60,8 +60,6 @@ bool keyDown(Key k) { Device::RowGPIO.ODR()->set(pin, state); } - msleep(1); - // Read the input of the proper column uint8_t column = Device::columnForKey(k); uint8_t pin = Device::ColumnPins[column];