dds: exclude RAM from impl_reg_io macro

This commit is contained in:
occheung 2020-08-27 12:17:53 +08:00
parent 1de13d6f3a
commit fbed41ebd3
1 changed files with 3 additions and 2 deletions

View File

@ -372,6 +372,7 @@ impl_register_io!(
0x12, 8, 0x12, 8,
0x13, 8, 0x13, 8,
0x14, 8, 0x14, 8,
0x15, 8, 0x15, 8
0x16, 4 // RAM works in other way
// 0x16, 4
); );