fix description

This commit is contained in:
Nikolay Khabarov
2017-07-23 03:14:16 +03:00
parent 978f5f71d8
commit 9f7052cf17
+2 -2
View File
@@ -387,8 +387,8 @@ class DMAWatchdog(DMAProto):
0, ba + self._DMA_CONTROL_BLOCK_SIZE, 0, 0 0, ba + self._DMA_CONTROL_BLOCK_SIZE, 0, 0
) )
ba += self._DMA_CONTROL_BLOCK_SIZE ba += self._DMA_CONTROL_BLOCK_SIZE
# The last block writes zero(switch to input state) in GPIO's FSEL # The last block writes zeros(switches to input state) in GPIO's FSEL
# register in normal operating, should never be called, until watchdog # registers. In normal operating should never be called until watchdog
# timeout is reached. # timeout is reached.
data += ( data += (
DMA_TI_NO_WIDE_BURSTS | DMA_TI_WAIT_RESP | DMA_TI_DEST_INC, DMA_TI_NO_WIDE_BURSTS | DMA_TI_WAIT_RESP | DMA_TI_DEST_INC,