- added comment
git-svn-id: http://moon:8086/svn/mips@43 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user