mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2025-12-10 07:14:36 +01:00
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:
parent
486b78e245
commit
d581553414
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -11,6 +11,6 @@
|
|||
#include "pico/sha256.h"
|
||||
|
||||
typedef struct pico_sha256_state mbedtls_sha256_context;
|
||||
#endif // PICO_RP2350
|
||||
#endif // LIB_PICO_SHA256
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue