From ed92f8043489727e6e2df9b5a220a702163de9e2 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Thu, 7 Dec 2017 07:43:33 +0000 Subject: e200 make files adjustments git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11126 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/SPC5/RT-SPC56EC-EVB/.cproject | 4 ++-- demos/SPC5/RT-SPC56EC-EVB/Makefile-ghs | 2 ++ demos/SPC5/RT-SPC56EC-EVB/main.c | 1 - 3 files changed, 4 insertions(+), 3 deletions(-) (limited to 'demos/SPC5') diff --git a/demos/SPC5/RT-SPC56EC-EVB/.cproject b/demos/SPC5/RT-SPC56EC-EVB/.cproject index b413bf050..9de951541 100644 --- a/demos/SPC5/RT-SPC56EC-EVB/.cproject +++ b/demos/SPC5/RT-SPC56EC-EVB/.cproject @@ -119,13 +119,13 @@ - + - + diff --git a/demos/SPC5/RT-SPC56EC-EVB/Makefile-ghs b/demos/SPC5/RT-SPC56EC-EVB/Makefile-ghs index 25c3fe317..6f3a9c59c 100644 --- a/demos/SPC5/RT-SPC56EC-EVB/Makefile-ghs +++ b/demos/SPC5/RT-SPC56EC-EVB/Makefile-ghs @@ -86,6 +86,8 @@ CONFDIR := . BUILDDIR := ./build-ghs DEPDIR := ./.dep-ghs +# Licensing files. +include $(CHIBIOS)/os/license/license.mk # Startup files. include $(CHIBIOS)/os/common/startup/e200/compilers/GHS/mk/startup_spc56ecxx.mk # HAL-OSAL files (optional). diff --git a/demos/SPC5/RT-SPC56EC-EVB/main.c b/demos/SPC5/RT-SPC56EC-EVB/main.c index 98b1028bb..1a4d14785 100644 --- a/demos/SPC5/RT-SPC56EC-EVB/main.c +++ b/demos/SPC5/RT-SPC56EC-EVB/main.c @@ -139,5 +139,4 @@ int main(void) { chThdWait(shelltp); /* Waiting termination. */ chThdSleepMilliseconds(1000); } - return 0; } -- cgit v1.2.3