The code from https://github.com/vpcola/Nucleo
CC3000/Helper/def.h@0:5464d5e415e5, 2014-10-08 (annotated)
- Committer:
- sinrab
- Date:
- Wed Oct 08 11:00:24 2014 +0000
- Revision:
- 0:5464d5e415e5
The code from https://github.com/vpcola/Nucleo
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
sinrab | 0:5464d5e415e5 | 1 | /* Copyright (C) 2013 mbed.org, MIT License |
sinrab | 0:5464d5e415e5 | 2 | * |
sinrab | 0:5464d5e415e5 | 3 | * Permission is hereby granted, free of charge, to any person obtaining a copy of this software |
sinrab | 0:5464d5e415e5 | 4 | * and associated documentation files (the "Software"), to deal in the Software without restriction, |
sinrab | 0:5464d5e415e5 | 5 | * including without limitation the rights to use, copy, modify, merge, publish, distribute, |
sinrab | 0:5464d5e415e5 | 6 | * sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is |
sinrab | 0:5464d5e415e5 | 7 | * furnished to do so, subject to the following conditions: |
sinrab | 0:5464d5e415e5 | 8 | * |
sinrab | 0:5464d5e415e5 | 9 | * The above copyright notice and this permission notice shall be included in all copies or |
sinrab | 0:5464d5e415e5 | 10 | * substantial portions of the Software. |
sinrab | 0:5464d5e415e5 | 11 | * |
sinrab | 0:5464d5e415e5 | 12 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING |
sinrab | 0:5464d5e415e5 | 13 | * BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
sinrab | 0:5464d5e415e5 | 14 | * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, |
sinrab | 0:5464d5e415e5 | 15 | * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
sinrab | 0:5464d5e415e5 | 16 | * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
sinrab | 0:5464d5e415e5 | 17 | */ |
sinrab | 0:5464d5e415e5 | 18 | |
sinrab | 0:5464d5e415e5 | 19 | #ifndef DEF_H |
sinrab | 0:5464d5e415e5 | 20 | #define DEF_H |
sinrab | 0:5464d5e415e5 | 21 | |
sinrab | 0:5464d5e415e5 | 22 | #include "cmsis.h" |
sinrab | 0:5464d5e415e5 | 23 | |
sinrab | 0:5464d5e415e5 | 24 | #endif |
sinrab | 0:5464d5e415e5 | 25 |