Skip to content

Commit e85c5b6

Browse files
moonlight83340cfriedt
authored andcommitted
boards: scobc_a1: Reformat and update copyright
Update header with proper year and author. Also fix indentation and minor formatting in scobc-a1.cfg. Signed-off-by: Gaetan Perrot <[email protected]>
1 parent a307b3a commit e85c5b6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

boards/sc/scobc_a1/support/scobc-a1.cfg

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Copyright (C) 2021 Space Cubics, LLC.
2-
# Yasushi SHOJI <[email protected]>
1+
# Copyright (C) 2025 Space Cubics Inc.
32

43
if {[info exists env(OPENOCD_INTERFACE)]} {
54
set _INTERFACE $env(OPENOCD_INTERFACE)
@@ -30,9 +29,9 @@ if { [info exists CPUTAPID ] } {
3029
}
3130

3231
if { [info exists WORKAREASIZE] } {
33-
set _WORKAREASIZE $WORKAREASIZE
32+
set _WORKAREASIZE $WORKAREASIZE
3433
} else {
35-
set _WORKAREASIZE 0x4000
34+
set _WORKAREASIZE 0x4000
3635
}
3736

3837
adapter speed 5000

0 commit comments

Comments
 (0)