From b1a43e57c763d3e5bbe255f7e03dd372710ffb56 Mon Sep 17 00:00:00 2001 From: Andrew Gillham Date: Mon, 28 Jan 2013 11:15:16 -0800 Subject: [PATCH] Update device profile clockspeed. The Mega also runs as 16MHz so update device.clockspeed to match. --- ols.profile-aglam.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ols.profile-aglam.cfg b/ols.profile-aglam.cfg index 1d0471d..7d89ee3 100644 --- a/ols.profile-aglam.cfg +++ b/ols.profile-aglam.cfg @@ -7,7 +7,7 @@ device.description = Arduino Mega Logic Analyzer # The device interface, SERIAL only device.interface = SERIAL # The device's native clockspeed, in Hertz. -device.clockspeed = 100000000 +device.clockspeed = 16000000 # Whether or not double-data-rate is supported by the device (also known as the "demux"-mode). device.supports_ddr = false # Supported sample rates in Hertz, separated by comma's