meh

Fork of mbed by mbed official

Committer:
ricardobtez
Date:
Tue Apr 05 23:51:21 2016 +0000
Revision:
118:16969dd821af
Parent:
90:cb3d968589d8
dgdgr

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Kojto 90:cb3d968589d8 1 /* mbed Microcontroller Library
Kojto 90:cb3d968589d8 2 * Copyright (c) 2006-2013 ARM Limited
Kojto 90:cb3d968589d8 3 *
Kojto 90:cb3d968589d8 4 * Licensed under the Apache License, Version 2.0 (the "License");
Kojto 90:cb3d968589d8 5 * you may not use this file except in compliance with the License.
Kojto 90:cb3d968589d8 6 * You may obtain a copy of the License at
Kojto 90:cb3d968589d8 7 *
Kojto 90:cb3d968589d8 8 * http://www.apache.org/licenses/LICENSE-2.0
Kojto 90:cb3d968589d8 9 *
Kojto 90:cb3d968589d8 10 * Unless required by applicable law or agreed to in writing, software
Kojto 90:cb3d968589d8 11 * distributed under the License is distributed on an "AS IS" BASIS,
Kojto 90:cb3d968589d8 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Kojto 90:cb3d968589d8 13 * See the License for the specific language governing permissions and
Kojto 90:cb3d968589d8 14 * limitations under the License.
Kojto 90:cb3d968589d8 15 */
Kojto 90:cb3d968589d8 16 #ifndef MBED_PORTNAMES_H
Kojto 90:cb3d968589d8 17 #define MBED_PORTNAMES_H
Kojto 90:cb3d968589d8 18
Kojto 90:cb3d968589d8 19 #ifdef __cplusplus
Kojto 90:cb3d968589d8 20 extern "C" {
Kojto 90:cb3d968589d8 21 #endif
Kojto 90:cb3d968589d8 22
Kojto 90:cb3d968589d8 23 typedef enum {
Kojto 90:cb3d968589d8 24 Port0 = 0,
Kojto 90:cb3d968589d8 25 } PortName;
Kojto 90:cb3d968589d8 26
Kojto 90:cb3d968589d8 27 #ifdef __cplusplus
Kojto 90:cb3d968589d8 28 }
Kojto 90:cb3d968589d8 29 #endif
Kojto 90:cb3d968589d8 30 #endif