From: David van Moolenbroek Date: Mon, 12 Dec 2011 15:45:45 +0000 (+0100) Subject: dec21140A: change debugging key to Shift+F7 X-Git-Tag: v3.2.0~176 X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=c5fae8a6173f188df10d37be4dccbc4d889e7623;p=minix.git dec21140A: change debugging key to Shift+F7 --- diff --git a/drivers/dec21140A/dec21140A.h b/drivers/dec21140A/dec21140A.h index 9eb97466a..da2dac178 100644 --- a/drivers/dec21140A/dec21140A.h +++ b/drivers/dec21140A/dec21140A.h @@ -11,7 +11,7 @@ Created: 09/01/2009 Nicolas Tittley (first.last @ gmail DOT com) #include -#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))