Skip to content

Commit 3b3155b

Browse files
committed
Fix description of pico_sha256_cleanup
1 parent 07222ae commit 3b3155b

File tree

1 file changed

+1
-1
lines changed
  • src/rp2_common/pico_sha256/include/pico

1 file changed

+1
-1
lines changed

src/rp2_common/pico_sha256/include/pico/sha256.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ typedef struct pico_sha256_state {
6262
* \ingroup pico_sha256
6363
*
6464
* Release the internal lock on the SHA-256 hardware.
65-
* Fails if the internal lock was not claimed.
65+
* Does nothing if the internal lock was not claimed.
6666
*
6767
* @param state A pointer to a pico_sha256_state_t instance
6868
*/

0 commit comments

Comments
 (0)