Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Cleanup and sanity-checking of switch issues, negative array indexes, operand indepen...
[palacios.git] / linux_module / iface-pwrstat.h
index 6d64cc1..eb22df3 100644 (file)
@@ -41,6 +41,6 @@
 #define ENERGY_UNIT_MASK       0x1F00
 
 #define TIME_UNIT_OFFSET       0x10
-#define TIME_UNIT_MASK         0xF000
+#define TIME_UNIT_MASK         0xF0000
 
 #endif