Minor cosmetics, whitespace.
This commit is contained in:
@@ -28,8 +28,7 @@ CFLAGS = -Os -g -Wall -Wextra -I../../include -fno-common \
|
||||
-ffunction-sections -fdata-sections
|
||||
# ARFLAGS = rcsv
|
||||
ARFLAGS = rcs
|
||||
OBJS = gpio.o \
|
||||
vector.o
|
||||
OBJS = gpio.o vector.o
|
||||
|
||||
# VPATH += ../usb
|
||||
|
||||
|
||||
@@ -29,4 +29,3 @@ void gpio_clear(u32 gpioport, u8 gpios)
|
||||
{
|
||||
GPIO_DATA(gpioport)[gpios] = 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
|
||||
/* Memory regions must be defined in the ld script which includes this one. */
|
||||
|
||||
/* Enforce emmition of the vector table */
|
||||
/* Enforce emmition of the vector table. */
|
||||
EXTERN (vector_table)
|
||||
|
||||
/* Define sections. */
|
||||
|
||||
Reference in New Issue
Block a user