diff options
author | Ron Economos <w6rz@comcast.net> | 2021-06-03 19:22:42 -0700 |
---|---|---|
committer | Derek Kozel <derek.kozel@gmail.com> | 2021-06-04 10:39:31 +0100 |
commit | 885f9587d22e5f294e1012be56402601831d369a (patch) | |
tree | 4c1982d56b631f52293e2bc36bcf9861181e1ed7 /gr-blocks | |
parent | e562d6b3c82a30f12b4e8e2585447dddeb88e93d (diff) |
gr-blocks: Add missing pybind11 binding for Phase Shift block.
Signed-off-by: Ron Economos <w6rz@comcast.net>
Diffstat (limited to 'gr-blocks')
-rw-r--r-- | gr-blocks/python/blocks/bindings/python_bindings.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-blocks/python/blocks/bindings/python_bindings.cc b/gr-blocks/python/blocks/bindings/python_bindings.cc index 7b8f0a4f3b..ee5a2e3c3e 100644 --- a/gr-blocks/python/blocks/bindings/python_bindings.cc +++ b/gr-blocks/python/blocks/bindings/python_bindings.cc @@ -282,6 +282,7 @@ PYBIND11_MODULE(blocks_python, m) bind_patterned_interleaver(m); bind_peak_detector(m); bind_peak_detector2_fb(m); + bind_phase_shift(m); bind_plateau_detector_fb(m); bind_probe_rate(m); bind_probe_signal(m); |