Updated to the new locm3 changed to stdint types.

This commit is contained in:
Piotr Esden-Tempski
2013-06-12 19:43:10 -07:00
parent adddf9e418
commit f5b0aa5638
71 changed files with 443 additions and 443 deletions

View File

@@ -49,7 +49,7 @@ static void uart_setup(void)
int main(void)
{
u8 rx;
uint8_t rx;
gpio_enable_ahb_aperture();
uart_setup();