Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of cc3000_hostdriver_mbedsocket by
Helper/def.h@12:1c2a856c618a, 2013-10-02 (annotated)
- Committer:
- Martin Kojtal
- Date:
- Wed Oct 02 17:02:34 2013 +0200
- Revision:
- 12:1c2a856c618a
- Parent:
- 5:245ac5b73132
Debug messages (\r\n), socket bsd naming
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Martin Kojtal |
12:1c2a856c618a | 1 | /* Copyright (C) 2013 mbed.org, MIT License |
Martin Kojtal |
12:1c2a856c618a | 2 | * |
Martin Kojtal |
12:1c2a856c618a | 3 | * Permission is hereby granted, free of charge, to any person obtaining a copy of this software |
Martin Kojtal |
12:1c2a856c618a | 4 | * and associated documentation files (the "Software"), to deal in the Software without restriction, |
Martin Kojtal |
12:1c2a856c618a | 5 | * including without limitation the rights to use, copy, modify, merge, publish, distribute, |
Martin Kojtal |
12:1c2a856c618a | 6 | * sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is |
Martin Kojtal |
12:1c2a856c618a | 7 | * furnished to do so, subject to the following conditions: |
Martin Kojtal |
12:1c2a856c618a | 8 | * |
Martin Kojtal |
12:1c2a856c618a | 9 | * The above copyright notice and this permission notice shall be included in all copies or |
Martin Kojtal |
12:1c2a856c618a | 10 | * substantial portions of the Software. |
Martin Kojtal |
12:1c2a856c618a | 11 | * |
Martin Kojtal |
12:1c2a856c618a | 12 | * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING |
Martin Kojtal |
12:1c2a856c618a | 13 | * BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
Martin Kojtal |
12:1c2a856c618a | 14 | * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, |
Martin Kojtal |
12:1c2a856c618a | 15 | * DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
Martin Kojtal |
12:1c2a856c618a | 16 | * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
Martin Kojtal |
12:1c2a856c618a | 17 | */ |
Martin Kojtal |
12:1c2a856c618a | 18 | |
Martin Kojtal |
12:1c2a856c618a | 19 | #ifndef DEF_H |
Martin Kojtal |
12:1c2a856c618a | 20 | #define DEF_H |
Martin Kojtal |
12:1c2a856c618a | 21 | |
Martin Kojtal |
12:1c2a856c618a | 22 | #include "cmsis.h" |
Martin Kojtal |
12:1c2a856c618a | 23 | |
Martin Kojtal |
12:1c2a856c618a | 24 | #endif |