Commented some lines
This commit is contained in:
parent
0a5b9635bb
commit
29ff038b72
|
@ -21,7 +21,7 @@ void main(void)
|
||||||
SYSCTL_RCC_R &= ~(1 << 20);
|
SYSCTL_RCC_R &= ~(1 << 20);
|
||||||
SYSCTL_RCGC0_R |= 0x00100000;
|
SYSCTL_RCGC0_R |= 0x00100000;
|
||||||
SYSCTL_RCGCPWM_R = 0x3;
|
SYSCTL_RCGCPWM_R = 0x3;
|
||||||
SYSCTL_RCGC2_R |= 0x20;
|
//SYSCTL_RCGC2_R |= 0x20;
|
||||||
GPIO_PORTF_DEN_R= 0x1F;
|
//GPIO_PORTF_DEN_R= 0x1F;
|
||||||
GPIO_PORTF_DIR_R= 0x0E;
|
//GPIO_PORTF_DIR_R= 0x0E;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue