mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-25 11:18:27 +08:00
runtime/dds: fix reset glitches
This commit is contained in:
parent
12860e2ef2
commit
17f5a31320
@ -22,6 +22,7 @@ void dds_init(void)
|
||||
int i;
|
||||
|
||||
for(i=0;i<8;i++) {
|
||||
DDS_WRITE(DDS_GPIO, i);
|
||||
DDS_WRITE(DDS_GPIO, i | (1 << 7));
|
||||
DDS_WRITE(DDS_GPIO, i);
|
||||
DDS_WRITE(0x00, 0x78);
|
||||
|
Loading…
Reference in New Issue
Block a user