use correct samd51 startup
able to carry some usb transfer
This commit is contained in:
		| @@ -0,0 +1,19 @@ | ||||
| /***************************************************************************** | ||||
|  *                   SEGGER Microcontroller GmbH & Co. KG                    * | ||||
|  *            Solutions for real time microcontroller applications           * | ||||
|  ***************************************************************************** | ||||
|  *                                                                           * | ||||
|  *               (c) 2017 SEGGER Microcontroller GmbH & Co. KG               * | ||||
|  *                                                                           * | ||||
|  *           Internet: www.segger.com   Support: support@segger.com          * | ||||
|  *                                                                           * | ||||
|  *****************************************************************************/ | ||||
|  | ||||
| function Reset() { | ||||
|   TargetInterface.resetAndStop(); | ||||
| } | ||||
|  | ||||
| function EnableTrace(traceInterfaceType) { | ||||
|   // TODO: Enable trace | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 hathach
					hathach