aboutsummaryrefslogtreecommitdiff
path: root/cortex-m-rt
diff options
context:
space:
mode:
authorGravatar Adam Greig <adam@adamgreig.com> 2022-01-12 02:10:55 +0000
committerGravatar Adam Greig <adam@adamgreig.com> 2022-01-12 02:10:55 +0000
commit657af97d66b7157d6a6e5704d86dd59b398e7108 (patch)
tree5a599827a4c6371c2edf4541c4b82539b64d0b11 /cortex-m-rt
parentb592db9060b6c9eda1deacbd0ed418cacd69525c (diff)
downloadcortex-m-657af97d66b7157d6a6e5704d86dd59b398e7108.tar.gz
cortex-m-657af97d66b7157d6a6e5704d86dd59b398e7108.tar.zst
cortex-m-657af97d66b7157d6a6e5704d86dd59b398e7108.zip
Move device.x example to workspace root for cortex-m-rt tests.
Diffstat (limited to 'cortex-m-rt')
-rw-r--r--cortex-m-rt/device.x3
1 files changed, 0 insertions, 3 deletions
diff --git a/cortex-m-rt/device.x b/cortex-m-rt/device.x
deleted file mode 100644
index 28f975e..0000000
--- a/cortex-m-rt/device.x
+++ /dev/null
@@ -1,3 +0,0 @@
-/* Sample device.x file */
-PROVIDE(WWDG = DefaultHandler);
-PROVIDE(PVD = DefaultHandler);