From 062b021178e3e3b7db7a5dfa6f9182838d135de6 Mon Sep 17 00:00:00 2001 From: Michael Buesch Date: Sat, 28 Apr 2012 17:43:45 +0200 Subject: Fix oscillator callback Signed-off-by: Michael Buesch --- libtoprammer/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtoprammer/main.py') diff --git a/libtoprammer/main.py b/libtoprammer/main.py index 3d8fdfe..6c7098f 100644 --- a/libtoprammer/main.py +++ b/libtoprammer/main.py @@ -387,7 +387,7 @@ class TOP(object): def getOscillatorHz(self): """Returns the FPGA oscillator frequency, in Hz. The oscillator is connected to the FPGA clk pin.""" - self.hw.getOscillatorHz() + return self.hw.getOscillatorHz() def getBufferRegSize(self): """Returns the size (in bytes) of the buffer register.""" -- cgit v1.2.3