aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/ports/ARM/compilers/GCC/chtypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'os/rt/ports/ARM/compilers/GCC/chtypes.h')
-rw-r--r--os/rt/ports/ARM/compilers/GCC/chtypes.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/os/rt/ports/ARM/compilers/GCC/chtypes.h b/os/rt/ports/ARM/compilers/GCC/chtypes.h
index 88e9956ed..5ea352765 100644
--- a/os/rt/ports/ARM/compilers/GCC/chtypes.h
+++ b/os/rt/ports/ARM/compilers/GCC/chtypes.h
@@ -51,18 +51,6 @@
/** @} */
/**
- * @name Derived generic types
- * @{
- */
-typedef volatile int8_t vint8_t; /**< Volatile signed 8 bits. */
-typedef volatile uint8_t vuint8_t; /**< Volatile unsigned 8 bits. */
-typedef volatile int16_t vint16_t; /**< Volatile signed 16 bits. */
-typedef volatile uint16_t vuint16_t; /**< Volatile unsigned 16 bits. */
-typedef volatile int32_t vint32_t; /**< Volatile signed 32 bits. */
-typedef volatile uint32_t vuint32_t; /**< Volatile unsigned 32 bits. */
-/** @} */
-
-/**
* @name Kernel types
* @{
*/