Skip to content

Commit 74bf2e9

Browse files
authored
Merge pull request #752 from stm32-rs/fix-749
Set SAI FSDEF to read-write to match described usage, despite all the RMs calling it read-only
2 parents 7b9eff2 + 511ef24 commit 74bf2e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

devices/common_patches/sai/sai_v1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
FSALL:
3535
access: read-write
3636
FSDEF:
37-
access: read-only
37+
access: read-write
3838
FSPOL:
3939
access: read-write
4040
FSOFF:

devices/common_patches/sai/sai_v2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
FSALL:
3939
access: read-write
4040
FSDEF:
41-
access: read-only
41+
access: read-write
4242
FSPOL:
4343
access: read-write
4444
FSOFF:

0 commit comments

Comments
 (0)