diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-04-28 08:44:42 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-04-28 08:44:42 +0000 |
commit | dc4a2a16809ee83a4bd37ea971475fd5be441d50 (patch) | |
tree | 878fff3aa96e4cab765630ea261c852b25939ceb /os/hal/platforms | |
parent | d98f16d61b53dc86dc40393d6654075885f8a1b0 (diff) | |
download | ChibiOS-dc4a2a16809ee83a4bd37ea971475fd5be441d50.tar.gz ChibiOS-dc4a2a16809ee83a4bd37ea971475fd5be441d50.tar.bz2 ChibiOS-dc4a2a16809ee83a4bd37ea971475fd5be441d50.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4143 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms')
-rw-r--r-- | os/hal/platforms/MSP430/serial_lld.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/os/hal/platforms/MSP430/serial_lld.c b/os/hal/platforms/MSP430/serial_lld.c index 5420fc201..b3a030bc6 100644 --- a/os/hal/platforms/MSP430/serial_lld.c +++ b/os/hal/platforms/MSP430/serial_lld.c @@ -26,8 +26,6 @@ * @{
*/
-//#include <signal.h>
-
#include "ch.h"
#include "hal.h"
|