From f4913884d72cf26a63daf0eac29bae12f1e0623f Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Thu, 23 May 2013 16:37:43 +0000 Subject: [PATCH] Fix typo in the definition of the TWS_DATA_CCB. Submitted by: Andreas Turriff --- sys/dev/tws/tws.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/tws/tws.h b/sys/dev/tws/tws.h index e84047d209ef..f24b9479343f 100644 --- a/sys/dev/tws/tws.h +++ b/sys/dev/tws/tws.h @@ -137,7 +137,7 @@ enum tws_req_flags { TWS_DIR_IN = 0x2, TWS_DIR_OUT = 0x4, TWS_DIR_NONE = 0x8, - TWS_DATA_CCB = 0x16, + TWS_DATA_CCB = 0x10, }; enum tws_intrs {