diff options
author | Christian Pointner <equinox@mur.at> | 2013-12-09 02:26:04 +0000 |
---|---|---|
committer | Christian Pointner <equinox@mur.at> | 2013-12-09 02:26:04 +0000 |
commit | b9eb46420b7313f42cfdd4b91c838bb09c7f0c49 (patch) | |
tree | 8af9c92543f2c68ec27bafc57b72712bf8225d2c /software/mpu/ihu.c | |
parent | ihu serial support for F103 (diff) |
small cleanup
git-svn-id: https://svn.spreadspace.org/mur.sat@858 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/mpu/ihu.c')
-rw-r--r-- | software/mpu/ihu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/software/mpu/ihu.c b/software/mpu/ihu.c index d18961c..a440225 100644 --- a/software/mpu/ihu.c +++ b/software/mpu/ihu.c @@ -50,7 +50,7 @@ static msg_t IhuComm(void *arg) chprintf(chp, "got: '%c'\r\n", c); } - return 0; /* Never executed.*/ + return 0; } static const SerialConfig sercfg = { |