rename to cdc_msc_freertos

This commit is contained in:
hathach
2020-03-10 14:43:09 +07:00
parent 61d256c2e1
commit 1561692e4a
39 changed files with 0 additions and 0 deletions

View File

@@ -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
}