Skip to content

Commit 2709813

Browse files
committed
More printf() --> PRINTF() conversion
1 parent f532a27 commit 2709813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/Bluefruit52Lib/src/utility/bonding.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,14 +250,14 @@ void bond_print_list(uint8_t role)
250250
char devname[len];
251251
file.read(devname, len);
252252

253-
printf(" %s : %s (%lu bytes)\n", file.name(), devname, file.size());
253+
PRINTF(" %s : %s (%lu bytes)\n", file.name(), devname, file.size());
254254
}
255255
}
256256

257257
file.close();
258258
}
259259

260-
printf("\n");
260+
PRINTF("\n");
261261

262262
file.close();
263263
dir.close();

0 commit comments

Comments
 (0)