diff src/cs/drivers/drv_app/pwr/pwr_disch.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_disch.c	Sun Oct 09 15:17:19 2016 +0000
+++ b/src/cs/drivers/drv_app/pwr/pwr_disch.c	Sun Oct 09 16:08:17 2016 +0000
@@ -8,19 +8,19 @@
  *
  ******************************************************************************/
 
-#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 "pwr_disch.h"
-#include "power.h"
-#include "spi_task.h"
-#include "pwr_cust.h"
-#include "pwr_messages.h"
-#include "spi_env.h"
-#include "pwr_env.h"
+#include "abb/abb.h"
+#include "rvm/rvm_use_id_list.h"
+#include "pwr/pwr_disch.h"
+#include "power/power.h"
+#include "spi/spi_task.h"
+#include "pwr/pwr_cust.h"
+#include "pwr/pwr_messages.h"
+#include "spi/spi_env.h"
+#include "pwr/pwr_env.h"
 
 /* Define a pointer to the PWR Environment control block.  */
 extern T_PWR_ENV_CTRL_BLK *pwr_env_ctrl_blk;