aboutsummaryrefslogtreecommitdiffhomepage
path: root/pyecsca/codegen/templates
diff options
context:
space:
mode:
Diffstat (limited to 'pyecsca/codegen/templates')
-rw-r--r--pyecsca/codegen/templates/main.c2
1 files changed, 2 insertions, 0 deletions
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);