Skip to content

Commit 347cf77

Browse files
committed
hex: fix comment describing library
1 parent 43c30b2 commit 347cf77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/hex/hex.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414

1515
namespace arduino { namespace hex {
1616
/*
17-
* This library contains the methods to get board provisioning id
17+
* This library contains the methods to hex encode a buffer into a String
18+
* and viceversa
1819
*/
1920

2021
String encode(const uint8_t* in, uint32_t size);

0 commit comments

Comments
 (0)