Fixed all warnings for examples.

This commit is contained in:
Piotr Esden-Tempski
2013-02-26 19:33:42 -08:00
parent 9c552e7585
commit 3d3ddc7014
88 changed files with 365 additions and 306 deletions

View File

@@ -25,7 +25,7 @@
#define PORT_LED GPIOB
#define PIN_LED GPIO6
void gpio_setup(void)
static void gpio_setup(void)
{
/* Enable GPIOB clock. */
/* Manually: */