dec21140A: change debugging key to Shift+F7

This commit is contained in:
David van Moolenbroek 2011-12-12 16:45:45 +01:00
parent 8ab7667da4
commit c5fae8a617

View file

@ -11,7 +11,7 @@ Created: 09/01/2009 Nicolas Tittley (first.last @ gmail DOT com)
#include <sys/null.h>
#define DE_FKEY 8 /* Shitf+ this value will dump info on console */
#define DE_FKEY 7 /* Shift+ this value will dump info on console */
#define NOT(x) (~(x))