summaryrefslogtreecommitdiff
path: root/examples/device/device_virtual_com/segger/LPC4300_Target.js
diff options
context:
space:
mode:
Diffstat (limited to 'examples/device/device_virtual_com/segger/LPC4300_Target.js')
-rw-r--r--examples/device/device_virtual_com/segger/LPC4300_Target.js19
1 files changed, 0 insertions, 19 deletions
diff --git a/examples/device/device_virtual_com/segger/LPC4300_Target.js b/examples/device/device_virtual_com/segger/LPC4300_Target.js
deleted file mode 100644
index 20560af43..000000000
--- a/examples/device/device_virtual_com/segger/LPC4300_Target.js
+++ /dev/null
@@ -1,19 +0,0 @@
-/*****************************************************************************
- * SEGGER Microcontroller GmbH & Co. KG *
- * Solutions for real time microcontroller applications *
- *****************************************************************************
- * *
- * (c) 2017 SEGGER Microcontroller GmbH & Co. KG *
- * *
- * Internet: www.segger.com Support: [email protected] *
- * *
- *****************************************************************************/
-
-function Reset() {
- TargetInterface.resetAndStop();
-}
-
-function EnableTrace(traceInterfaceType) {
- // TODO: Enable trace
-}
-