From d6c52ac3d086d493195b24ef73ea199f752384dc Mon Sep 17 00:00:00 2001 From: Romain Goyet Date: Wed, 21 Sep 2016 13:57:00 +0200 Subject: [PATCH] [ion] Avoid explicit namespaces when they're not needed Change-Id: Ibe523d0aadaf4d408f915d705475fcd779caa2a7 --- ion/src/device/keyboard.cpp | 2 +- ion/src/device/keyboard.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ion/src/device/keyboard.cpp b/ion/src/device/keyboard.cpp index 89a843a50..583d22298 100644 --- a/ion/src/device/keyboard.cpp +++ b/ion/src/device/keyboard.cpp @@ -97,7 +97,7 @@ void init() { } } -void generateWakeUpEventForKey(Ion::Keyboard::Key k) { +void generateWakeUpEventForKey(Key k) { // We're driving the rows and reading the columns. int row = rowForKey(k); for (uint8_t i=0; i