Skip to content

Commit bc09257

Browse files
Update src/main.rs
Co-authored-by: Anthony Rocha <116300062+rusty1968@users.noreply.github.com>
1 parent c7228ae commit bc09257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ fn main() -> ! {
141141
syscon.enable_rsa_ecc();
142142

143143
let mut ecdsa = AspeedEcdsa::new(&secure, delay.clone());
144-
run_ecdsa_tests::<Secp384r1Curve>(&mut uart_controller, &mut ecdsa);
144+
run_ecdsa_tests(&mut uart_controller, &mut ecdsa);
145145

146146
test_wdt(&mut uart_controller);
147147
// Initialize the peripherals here if needed

0 commit comments

Comments
 (0)