forked from M-Labs/artiq
runtime/dds: fix reset glitches
This commit is contained in:
parent
12860e2ef2
commit
17f5a31320
|
@ -22,6 +22,7 @@ void dds_init(void)
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
for(i=0;i<8;i++) {
|
for(i=0;i<8;i++) {
|
||||||
|
DDS_WRITE(DDS_GPIO, i);
|
||||||
DDS_WRITE(DDS_GPIO, i | (1 << 7));
|
DDS_WRITE(DDS_GPIO, i | (1 << 7));
|
||||||
DDS_WRITE(DDS_GPIO, i);
|
DDS_WRITE(DDS_GPIO, i);
|
||||||
DDS_WRITE(0x00, 0x78);
|
DDS_WRITE(0x00, 0x78);
|
||||||
|
|
Loading…
Reference in New Issue