From e096e1e17bf39537933f3e76a81bd586ecab9fa8 Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 20 Nov 2015 10:02:30 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8513 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/rt/ports/e200/compilers/CW/chtypes.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'os/rt/ports/e200/compilers/CW') diff --git a/os/rt/ports/e200/compilers/CW/chtypes.h b/os/rt/ports/e200/compilers/CW/chtypes.h index b0a8de4e2..e0fa7f6b3 100644 --- a/os/rt/ports/e200/compilers/CW/chtypes.h +++ b/os/rt/ports/e200/compilers/CW/chtypes.h @@ -50,18 +50,6 @@ #endif /** @} */ -/** - * @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 * @{ -- cgit v1.2.3