From 4eafe2d49fc7406861609c5af12b850741bbe5a0 Mon Sep 17 00:00:00 2001 From: J08nY Date: Thu, 27 Feb 2020 13:38:47 +0100 Subject: Proper LED thingies. --- pyecsca/codegen/templates/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pyecsca/codegen/templates') diff --git a/pyecsca/codegen/templates/main.c b/pyecsca/codegen/templates/main.c index 467a417..d3616aa 100644 --- a/pyecsca/codegen/templates/main.c +++ b/pyecsca/codegen/templates/main.c @@ -456,7 +456,9 @@ int main(void) { {%- endif %} simpleserial_addcmd('d', MAX_SS_LEN, cmd_debug); + led_ok(1); while(simpleserial_get()); + led_ok(0); bn_clear(&privkey); curve_free(curve); -- cgit v1.3.1