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

File last commit:

r18:bd9ab647f70a default
r20:401f23bbda24 default
Show More
sdcard_STM32F4.pro
11 lines | 202 B | text/idl | PrologLexer
jeandet@pc-de-jeandet3.LAB-LPP.LOCAL
Now uses qmake to compile an Qt-creator compatible!
r18 TEMPLATE = lib
CONFIG += console
CONFIG -= qt
TARGET = sdcard
include($$(libuc2)/rules/stm32f4-arm-none-eabi-gcc/rules.pri)
SOURCES += \
sdcard.c
HEADERS += \
$$(libuc2)/lib/includes/sdcard.h