diff options
author | Christian Pointner <equinox@mur.at> | 2013-08-04 22:58:30 +0000 |
---|---|---|
committer | Christian Pointner <equinox@mur.at> | 2013-08-04 22:58:30 +0000 |
commit | 17267967bb972822ec9119daa27f0339a987c519 (patch) | |
tree | ffe4018fbb31066d486cd9294da8837cd2b2ff26 /software/mpu/halconf.h | |
parent | remove old FreeRTOS based MPU files (diff) |
dos vs unix line ending
git-svn-id: https://svn.spreadspace.org/mur.sat@825 7de4ea59-55d0-425e-a1af-a3118ea81d4c
Diffstat (limited to 'software/mpu/halconf.h')
-rw-r--r-- | software/mpu/halconf.h | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/software/mpu/halconf.h b/software/mpu/halconf.h index cd85161..027657e 100644 --- a/software/mpu/halconf.h +++ b/software/mpu/halconf.h @@ -1,17 +1,17 @@ /* - ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio
+ ChibiOS/RT - Copyright (C) 2006-2013 Giovanni Di Sirio - Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
+ Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at - http://www.apache.org/licenses/LICENSE-2.0
+ http://www.apache.org/licenses/LICENSE-2.0 - Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
+ Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. */ /** @@ -201,13 +201,13 @@ /*===========================================================================*/ /* MAC driver related settings. */ /*===========================================================================*/ -
-/**
- * @brief Enables an event sources for incoming packets.
- */
-#if !defined(MAC_USE_ZERO_COPY) || defined(__DOXYGEN__)
-#define MAC_USE_ZERO_COPY FALSE
-#endif
+ +/** + * @brief Enables an event sources for incoming packets. + */ +#if !defined(MAC_USE_ZERO_COPY) || defined(__DOXYGEN__) +#define MAC_USE_ZERO_COPY FALSE +#endif /** * @brief Enables an event sources for incoming packets. |