Skip to content

Commit

Permalink
Fix description of pico_sha256_cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
peterharperuk committed Jan 29, 2025
1 parent 07222ae commit 3b3155b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rp2_common/pico_sha256/include/pico/sha256.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ typedef struct pico_sha256_state {
* \ingroup pico_sha256
*
* Release the internal lock on the SHA-256 hardware.
* Fails if the internal lock was not claimed.
* Does nothing if the internal lock was not claimed.
*
* @param state A pointer to a pico_sha256_state_t instance
*/
Expand Down

0 comments on commit 3b3155b

Please sign in to comment.