complete double buffering for queueing xfer for lpc11u/13u requried by msc device
This commit is contained in:
		| @@ -110,7 +110,7 @@ static inline bool hal_debugger_is_attached(void) | ||||
| #if !defined(_TEST_) && !(MCU==MCU_LPC11UXX) | ||||
|   return ( (CoreDebug->DHCSR & CoreDebug_DHCSR_C_DEBUGEN_Msk) == CoreDebug_DHCSR_C_DEBUGEN_Msk ); | ||||
| #else | ||||
|   return false; | ||||
|   return true; // force to break into breakpoint | ||||
| #endif | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 hathach
					hathach