Skip to content

Commit 38b96c9

Browse files
committed
[genpinmap] Update indentation after Astyle ident-preproc-block addition
See: stm32duino/Arduino_Core_STM32#1007 Signed-off-by: Frederic Pillon <[email protected]>
1 parent c67dd1d commit 38b96c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/genpinmap/genpinmap_arduino.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ def print_usb_h():
789789
out_h_file.write("/* USB */\n")
790790
out_h_file.write("#ifdef USBCON\n")
791791
for p in usb_list + usb_otgfs_list + usb_otghs_list:
792-
out_h_file.write(p[2] + " = " + p[0] + ",\n")
792+
out_h_file.write(" " + p[2] + " = " + p[0] + ",\n")
793793
out_h_file.write("#endif\n")
794794

795795

0 commit comments

Comments
 (0)