Correct two typos (#2648)

* Update sha256_alt.h

Fix trivial copy-paste error in comment

* Update README.md

Another small typo in documentation
This commit is contained in:
Rainer Keller 2025-09-10 17:16:54 +02:00 committed by GitHub
parent 486b78e245
commit d581553414
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
This directory contains files specific to the RP2350 hardware. It is only used when building for RP2350 platforms, i.e.
`PICO_PLATFORM=rp2350-arm-s` or `PICO_PLATFORM=rp235-riscv`
`PICO_PLATFORM=rp2350-arm-s` or `PICO_PLATFORM=rp2350-riscv`
`hardware_regs` contains low level hardware register #defines autogenerated from the RP2350 chip definition itself.

View file

@ -11,6 +11,6 @@
#include "pico/sha256.h"
typedef struct pico_sha256_state mbedtls_sha256_context;
#endif // PICO_RP2350
#endif // LIB_PICO_SHA256
#endif