Skip to content

Commit c8c417f

Browse files
authored
Update sha256_alt.h
Fix trivial copy-paste error in comment
1 parent a1438df commit c8c417f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rp2_common/pico_mbedtls/include/sha256_alt.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
#include "pico/sha256.h"
1212

1313
typedef struct pico_sha256_state mbedtls_sha256_context;
14-
#endif // PICO_RP2350
14+
#endif // LIB_PICO_SHA256
1515

1616
#endif

0 commit comments

Comments
 (0)