examples: fix first_dds_bus_channel in device database

This commit is contained in:
Sebastien Bourdeauducq 2017-10-23 15:05:20 +08:00
parent 8edb6a135a
commit 52e331204e
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ device_db = {
"class": "DDSGroupAD9914", "class": "DDSGroupAD9914",
"arguments": { "arguments": {
"sysclk": 3e9, "sysclk": 3e9,
"first_dds_bus_channel": 26, "first_dds_bus_channel": 27,
"dds_bus_count": 2, "dds_bus_count": 2,
"dds_channel_count": 3 "dds_channel_count": 3
} }