Ta上传的资源 (0)

#include unsigned long TheSysClock = 12000000UL; void Uart0_putchar(unsigned char ch) { UARTCharPut(UART0_BASE,ch); }
C 36