From 16c8f0fb975a00efb94826b3f2dd23077ac4e909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Fri, 3 May 2019 15:12:45 +0200 Subject: [PATCH] [ion/bench] Fix comment --- ion/src/device/bench/command/lcd_pins.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ion/src/device/bench/command/lcd_pins.cpp b/ion/src/device/bench/command/lcd_pins.cpp index f33b383c2..821189947 100644 --- a/ion/src/device/bench/command/lcd_pins.cpp +++ b/ion/src/device/bench/command/lcd_pins.cpp @@ -73,7 +73,7 @@ void LCDPins(const char * input) { int numberOfPins = sizeof(LCDpins)/sizeof(Ion::Device::Regs::GPIOPin); - // Put all testable GPIO to pull down and verify they all read 0 + // Put all testable GPIO to pull down for (const Ion::Device::Regs::GPIOPin & pinDown : LCDpins) { setPin(pinDown, PinType::PullDown); }