diff src/cs/drivers/drv_app/pwr/pwr_process.c @ 151:c93a236e0d50

PWR SWE compiles
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 09 Oct 2016 16:08:17 +0000
parents 246f4a7dd92b
children
line wrap: on
line diff
--- a/src/cs/drivers/drv_app/pwr/pwr_process.c	Sun Oct 09 15:17:19 2016 +0000
+++ b/src/cs/drivers/drv_app/pwr/pwr_process.c	Sun Oct 09 16:08:17 2016 +0000
@@ -15,15 +15,15 @@
 /* (C) Copyright 2000 by Texas Instruments Incorporated, All Rights Reserved */
 /*****************************************************************************/
 
-#include "rv_defined_swe.h"	   // for RVM_PWR_SWE
+#include "rv/rv_defined_swe.h"	   // for RVM_PWR_SWE
 
 #ifdef RVM_PWR_SWE
 
-#include "abb.h"
-#include "rvm_use_id_list.h"
-#include "rvf_api.h"
-#include "pwr_messages_i.h"
-#include "spi_env.h"
+#include "abb/abb.h"
+#include "rvm/rvm_use_id_list.h"
+#include "rvf/rvf_api.h"
+#include "pwr/pwr_messages_i.h"
+#include "spi/spi_env.h"
 
 
 /*******************************************************************************