Skip to content

Commit d581553

Browse files
authored
Correct two typos (#2648)
* Update sha256_alt.h Fix trivial copy-paste error in comment * Update README.md Another small typo in documentation
1 parent 486b78e commit d581553

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/rp2350/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
This directory contains files specific to the RP2350 hardware. It is only used when building for RP2350 platforms, i.e.
2-
`PICO_PLATFORM=rp2350-arm-s` or `PICO_PLATFORM=rp235-riscv`
2+
`PICO_PLATFORM=rp2350-arm-s` or `PICO_PLATFORM=rp2350-riscv`
33

44
`hardware_regs` contains low level hardware register #defines autogenerated from the RP2350 chip definition itself.
55

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)