fixed typo in ad9910.py

This commit is contained in:
Garrett 2019-11-11 14:42:34 -06:00 committed by Robert Jördens
parent 6d34eb3bb0
commit 4ad3651022
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ class AD9910:
:param ram_enable: RAM mode enable.
:param manual_osk_external: Enable OSK pin control in manual OSK mode.
:param osk_enable: Enable OSK mode.
:param select_auto_osk: Select manual or automatic OSK mode
:param select_auto_osk: Select manual or automatic OSK mode.
"""
self.write32(_AD9910_REG_CFR1,
(ram_enable << 31) |