From 8b2748269244304854b3462cb8902952b4dcb892 Mon Sep 17 00:00:00 2001 From: Jim Mussared Date: Thu, 2 Feb 2023 11:51:48 +1100 Subject: top: Update Python formatting to black "2023 stable style". See https://black.readthedocs.io/en/stable/the_black_code_style/index.html Signed-off-by: Jim Mussared --- examples/asmsum.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'examples/asmsum.py') diff --git a/examples/asmsum.py b/examples/asmsum.py index f465b25afd..f2c7f285ba 100644 --- a/examples/asmsum.py +++ b/examples/asmsum.py @@ -1,6 +1,5 @@ @micropython.asm_thumb def asm_sum_words(r0, r1): - # r0 = len # r1 = ptr # r2 = sum @@ -25,7 +24,6 @@ def asm_sum_words(r0, r1): @micropython.asm_thumb def asm_sum_bytes(r0, r1): - # r0 = len # r1 = ptr # r2 = sum -- cgit v1.2.3