Commit 384b3329 authored by Miguel Gómez Sexto's avatar Miguel Gómez Sexto Committed by Samuel Iglesias Gonsálvez

Fix function name

Signed-off-by: Miguel Gómez Sexto's avatarMiguel Gomez <magomez@igalia.com>
Signed-off-by: Samuel Iglesias Gonsálvez's avatarSamuel Iglesias Gonsalvez <siglesias@igalia.com>
parent e3dedb4f
......@@ -202,7 +202,7 @@ class Cli(cmd.Cmd):
if arg == "":
val = c_uint32(0)
self.libtdc.tdc_getchannels_term(self.tdc, byref(val))
self.libtdc.tdc_get_channels_term(self.tdc, byref(val))
print val
else:
val = c_uint32(chan_mask(arg))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment