runtime/dds: fix reset glitches

This commit is contained in:
Sebastien Bourdeauducq 2014-11-15 11:23:23 -07:00
parent 12860e2ef2
commit 17f5a31320
1 changed files with 1 additions and 0 deletions

View File

@ -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);