summaryrefslogtreecommitdiff
path: root/ports/cxd56/tick.h
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2020-03-17 14:21:45 -0700
committerScott Shawcroft <scott@tannewt.org>2020-03-17 14:21:45 -0700
commit6db11cf68ba2d5e17c6267f36f516bc0abce4643 (patch)
tree5997fdd944bef5164a99c57311b3adb77c137b61 /ports/cxd56/tick.h
parentd9e68156b23cfca47592c5672e69622d6071ff60 (diff)
Fix up Spresense build. It doesn't sleep.
Diffstat (limited to 'ports/cxd56/tick.h')
-rw-r--r--ports/cxd56/tick.h32
1 files changed, 0 insertions, 32 deletions
diff --git a/ports/cxd56/tick.h b/ports/cxd56/tick.h
deleted file mode 100644
index d641d9cd4..000000000
--- a/ports/cxd56/tick.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * This file is part of the MicroPython project, http://micropython.org/
- *
- * The MIT License (MIT)
- *
- * Copyright 2019 Sony Semiconductor Solutions Corporation
- *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to deal
- * in the Software without restriction, including without limitation the rights
- * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
- * THE SOFTWARE.
- */
-
-#ifndef MICROPY_INCLUDED_CXD56_TICK_H
-#define MICROPY_INCLUDED_CXD56_TICK_H
-
-#include "py/mpconfig.h"
-
-#endif // MICROPY_INCLUDED_CXD56_TICK_H