##// END OF EJS Templates
Removed case collision.
Removed case collision.

File last commit:

r18:bd9ab647f70a default
r19:ea26a7b7aed1 default
Show More
gpio.pro
14 lines | 218 B | text/idl | PrologLexer
TEMPLATE = lib
ARCH = lpc17xx-arm-none-eabi-gcc
TARGET = libgpio
TARGETINSTALLPATH = $(LIBUC_LIBS_DIR_GPIO)
HEADERSINSTALLPATH =
LIBS += UHANDLE CPU
SOURCES += gpio.c
HEADERS +=
INCLUDES += $(LIBUC_INC_DIR_GPIO)