Skip to content

Commit 3adb735

Browse files
committed
M487: Fix typo with DES H/W port
1 parent 1ab98de commit 3adb735

File tree

1 file changed

+1
-1
lines changed
  • connectivity/drivers/mbedtls/TARGET_NUVOTON/TARGET_M480/des

1 file changed

+1
-1
lines changed

connectivity/drivers/mbedtls/TARGET_NUVOTON/TARGET_M480/des/des_alt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ static int mbedtls_des_docrypt(uint16_t keyopt, uint8_t key[3][MBEDTLS_DES_KEY_S
375375
* 1. BE for byte sequence in word
376376
* 2. BE for word sequence in double-word
377377
*/
378-
TDES_Open(CRPT
378+
TDES_Open(CRPT,
379379
0, // Channel number (0~4)
380380
enc, // 0: decode, 1: encode
381381
(tdes_opmode & CRPT_TDES_CTL_TMODE_Msk) ? 1 : 0, // 0: DES, 1: TDES

0 commit comments

Comments
 (0)