- added comment

git-svn-id: http://moon:8086/svn/mips@43 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
2015-05-31 17:03:28 +00:00
parent 4919f53484
commit 4a5abc9629
+1 -1
View File
@@ -48,7 +48,7 @@ void main()
volatile uint32_t *pTim0_cmp = (uint32_t*)SYS_ITIM0_CMP;
*pTim0_cnt = 0;
*pTim0_cmp = 25000000;
*pTim0_cmp = 2500000; // 50 ms @ 50 Mhz
*pTim_stat = (1 << 0);
*pTim_ctrl = (3 << 0);