Minor cosmetics, whitespace.

This commit is contained in:
Uwe Hermann
2011-02-09 01:06:43 +01:00
parent 5aa39a5264
commit 447c333cec
16 changed files with 10 additions and 17 deletions

View File

@@ -29,4 +29,3 @@ void gpio_clear(u32 gpioport, u8 gpios)
{
GPIO_DATA(gpioport)[gpios] = 0;
}