Skip to content

Commit 0779dfe

Browse files
authored
Small PICO_CONFIG tweak (#2456)
1 parent 25789c4 commit 0779dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rp2_common/pico_mbedtls/pico_mbedtls.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ int mbedtls_hardware_poll(void *data __unused, unsigned char *output, size_t len
3333
#error SHA256 hardware acceleration not supported
3434
#endif
3535

36-
// PICO_CONFIG: PICO_MBEDTLS_SHA256_ALT_USE_DMA, Whether to use DMA for writing to hardware for the mbedtls SHA-256 hardware acceleration, type=int, default=1, group=pico_mbedtls
36+
// PICO_CONFIG: PICO_MBEDTLS_SHA256_ALT_USE_DMA, Whether to use DMA for writing to hardware for the mbedtls SHA-256 hardware acceleration, type=bool, default=1, group=pico_mbedtls
3737
#ifndef PICO_MBEDTLS_SHA256_ALT_USE_DMA
3838
#define PICO_MBEDTLS_SHA256_ALT_USE_DMA 1
3939
#endif

0 commit comments

Comments
 (0)