mirror of
https://git.code.sf.net/p/newrpl/sources
synced 2024-11-16 19:51:25 +01:00
19 lines
363 B
INI
19 lines
363 B
INI
#-------------------------------------------------
|
|
#
|
|
# Project created by QtCreator 2014-11-29T15:53:29
|
|
#
|
|
#-------------------------------------------------
|
|
|
|
# UNCOMMENT BELOW TO COMPILE IN THUMB MODE
|
|
THUMB_MODE=-mthumb
|
|
|
|
include(newrpl-fw.pro)
|
|
|
|
TARGET = newrpl39.elf
|
|
|
|
DEFINES -= TARGET_50G
|
|
DEFINES += TARGET_39GS
|
|
|
|
HEADERS += \
|
|
firmware/include/target_39gs.h
|
|
|