diff --git a/PDP10/ka10_pipanel.c b/PDP10/ka10_pipanel.c index 533843d..ecf618e 100644 --- a/PDP10/ka10_pipanel.c +++ b/PDP10/ka10_pipanel.c @@ -341,7 +341,7 @@ void *blink(void *ptr) } /* Columns */ - for (col = 0; col < 10; col++) { + for (col = 0; col < 18; col++) { gpio_set_fsel(cols[col], GPIO_FSEL_INPUT); gpio_set_pull(cols[col], PULL_UP); }