examples: fix ref_multiplier

pull/210/head
Sebastien Bourdeauducq 2022-10-21 18:53:59 +08:00
parent c834e4f503
commit bbecead9a3
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ device_db = {
"arguments": { "arguments": {
"host": "192.168.1.52", "host": "192.168.1.52",
"ref_period": 1e-9, "ref_period": 1e-9,
"ref_multiplier": 1, "ref_multiplier": 8,
"target": "cortexa9" "target": "cortexa9"
} }
}, },