aboutsummaryrefslogtreecommitdiffstats
path: root/os/nil/ports/AVR
diff options
context:
space:
mode:
Diffstat (limited to 'os/nil/ports/AVR')
-rw-r--r--os/nil/ports/AVR/nilcore.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/os/nil/ports/AVR/nilcore.h b/os/nil/ports/AVR/nilcore.h
index 28d06ce1e..3da48c262 100644
--- a/os/nil/ports/AVR/nilcore.h
+++ b/os/nil/ports/AVR/nilcore.h
@@ -123,15 +123,6 @@
#if !defined(_FROM_ASM_)
/**
- * @brief Type of system time.
- */
-#if (NIL_CFG_ST_RESOLUTION == 32) || defined(__DOXYGEN__)
-typedef uint32_t systime_t;
-#else
-typedef uint16_t systime_t;
-#endif
-
-/**
* @brief Type of stack and memory alignment enforcement.
*/
typedef uint8_t stkalign_t;