From 9a48a4aa0318cc499369758b6cbafe9088fb85bb Mon Sep 17 00:00:00 2001 From: hathach Date: Sat, 19 Apr 2014 02:33:30 +0700 Subject: disable device mouse by default fix hal_debugger_is_attached with lpc11u --- tinyusb/hal/hal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinyusb') diff --git a/tinyusb/hal/hal.h b/tinyusb/hal/hal.h index 650c16eca..da7ef63c7 100644 --- a/tinyusb/hal/hal.h +++ b/tinyusb/hal/hal.h @@ -110,7 +110,7 @@ static inline bool hal_debugger_is_attached(void) #elif TUSB_CFG_DEBUG == 3 return true; // force to break into breakpoint with debug = 3 #else - return false + return false; #endif } -- cgit v1.3.1