aboutsummaryrefslogtreecommitdiffstats
path: root/os/rt/templates
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2015-11-20 10:02:30 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2015-11-20 10:02:30 +0000
commite096e1e17bf39537933f3e76a81bd586ecab9fa8 (patch)
treea4a10894ed72a4d53f67f4c12bcf1ff6d7748f2e /os/rt/templates
parent34f6b80fd0691d60509cc4327cb28cb9c293337f (diff)
downloadChibiOS-e096e1e17bf39537933f3e76a81bd586ecab9fa8.tar.gz
ChibiOS-e096e1e17bf39537933f3e76a81bd586ecab9fa8.tar.bz2
ChibiOS-e096e1e17bf39537933f3e76a81bd586ecab9fa8.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8513 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/rt/templates')
-rw-r--r--os/rt/templates/chtypes.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/os/rt/templates/chtypes.h b/os/rt/templates/chtypes.h
index 68fef3a19..56cfcb783 100644
--- a/os/rt/templates/chtypes.h
+++ b/os/rt/templates/chtypes.h
@@ -55,18 +55,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
* @{
*/