[ion/bench] Fix comment

This commit is contained in:
Léa Saviot
2019-05-03 15:12:45 +02:00
parent db49a6b31a
commit 16c8f0fb97

View File

@@ -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);
}