diff nuc-fw/riviera/support/exception.c @ 129:7d7950d7f924

Riviera should be ready for the first TI fw build attempt
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 01 Nov 2013 06:13:58 +0000
parents 21de8d8e6ea7
children
line wrap: on
line diff
--- a/nuc-fw/riviera/support/exception.c	Fri Nov 01 01:31:39 2013 +0000
+++ b/nuc-fw/riviera/support/exception.c	Fri Nov 01 06:13:58 2013 +0000
@@ -17,14 +17,12 @@
 // Authorization to use this source code communicated to Christophe Favergeon
 // by email
 
+#include "../../include/config.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <assert.h>
-#include "support/exception.h"
-
-#ifndef _WINDOWS
-  #include "config/swconfig.cfg"
-#endif
+#include "exception.h"
 
 
 /* global stack of exception context */
@@ -135,6 +133,3 @@
 
    _currentExceptionContext_[rvf_get_taskid()]->stack=NULL;
 }
-
-
-