Skip to content

Commit 37de102

Browse files
committed
fix SVD filenames
1 parent 4acd609 commit 37de102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/script.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -401,15 +401,15 @@ main() {
401401
# FIXME(???) "expected identifier, found `_`"
402402
# test_svd LPC1102_4_v4
403403

404-
test_svd LPC11Axxv0
404+
test_svd LPC11Axxv0.6
405405

406406
# FIXME(???) "a type named `RESERVED_` has already been defined in this enum"
407407
# test_svd LPC11Cxx_v9
408408

409409
# FIXME(???) "expected one of `(`, `,`, `=`, `{`, or `}`, found `.``)`"
410410
# test_svd LPC11D14_svd_v4
411411

412-
test_svd LPC11E6x_v0
412+
test_svd LPC11E6x_v0.8
413413

414414
# BAD-SVD two enumeratedValues have the same name
415415
# test_svd LPC11Exx_v5

0 commit comments

Comments
 (0)