only print vB5 if debug

pull/88/head
alanbjohnston 5 years ago committed by GitHub
parent bbf135e95c
commit 9be839f8fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -106,7 +106,8 @@ int main(int argc, char *argv[]) {
if (digitalRead(26) != HIGH)
{
// printf("vB5 or later present\n"); // Don't print normal board detection
if (debug == ON)
printf("vB5 or later present\n"); // Don't print normal board detection
map[MINUS_X] = MINUS_Y;
map[PLUS_Z] = MINUS_X;
map[MINUS_Y] = PLUS_Z;

Loading…
Cancel
Save

Powered by TurnKey Linux.