nbhw16: shield: don't print no shield bd found in production code

This commit is contained in:
Stefan Eichenberger 2017-09-04 09:37:23 +02:00
parent afb88d5192
commit 1fe2efa399
1 changed files with 1 additions and 1 deletions

View File

@ -575,7 +575,7 @@ static void shield_config(void)
int shield_id = bd_get_shield(0);
if (shield_id < 0) {
printf("No shield found in bd\n");
debug("No shield found in bd\n");
return;
}