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.
Revision 3:a8087d5f78ff, committed 2010-08-25
- Comitter:
- giryan
- Date:
- Wed Aug 25 21:30:19 2010 +0000
- Parent:
- 2:0f5bf2bbb052
- Commit message:
Changed in this revision
| mytypes.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r 0f5bf2bbb052 -r a8087d5f78ff mytypes.h --- a/mytypes.h Tue Aug 24 18:20:04 2010 +0000 +++ b/mytypes.h Wed Aug 25 21:30:19 2010 +0000 @@ -1,9 +1,5 @@ -#ifndef MYTYPES_H__ -#define MYTYPES_H__ - +#pragma once typedef unsigned short ushort; typedef unsigned int uint; typedef unsigned char byte; - -#endif // MYTYPES_H__ \ No newline at end of file