We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dc6c6f commit f885c39Copy full SHA for f885c39
src/utility/b64.h
@@ -5,7 +5,7 @@
5
6
MIT License (MIT) Copyright (c) 2016 Densaugeo
7
8
- Any other base64 decode function would do if there is an Arduino prefered one somewhere?
+ Any other base64 decode function would do if there is an Arduino preferred one somewhere?
9
*/
10
unsigned char base64_to_binary(unsigned char c) {
11
// Capital letters - 'A' is ascii 65 and base64 0
0 commit comments