Hackathon Repo

Dependencies:   C12832

Committer:
sarahmarshy
Date:
Thu Sep 28 13:35:07 2017 -0500
Revision:
0:6b7ffde9f287
Child:
3:09d8f51b1d7e
First commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sarahmarshy 0:6b7ffde9f287 1 /*
sarahmarshy 0:6b7ffde9f287 2 * Copyright (c) 2016 ARM Limited. All rights reserved.
sarahmarshy 0:6b7ffde9f287 3 * SPDX-License-Identifier: Apache-2.0
sarahmarshy 0:6b7ffde9f287 4 * Licensed under the Apache License, Version 2.0 (the License); you may
sarahmarshy 0:6b7ffde9f287 5 * not use this file except in compliance with the License.
sarahmarshy 0:6b7ffde9f287 6 * You may obtain a copy of the License at
sarahmarshy 0:6b7ffde9f287 7 *
sarahmarshy 0:6b7ffde9f287 8 * http://www.apache.org/licenses/LICENSE-2.0
sarahmarshy 0:6b7ffde9f287 9 *
sarahmarshy 0:6b7ffde9f287 10 * Unless required by applicable law or agreed to in writing, software
sarahmarshy 0:6b7ffde9f287 11 * distributed under the License is distributed on an AS IS BASIS, WITHOUT
sarahmarshy 0:6b7ffde9f287 12 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
sarahmarshy 0:6b7ffde9f287 13 * See the License for the specific language governing permissions and
sarahmarshy 0:6b7ffde9f287 14 * limitations under the License.
sarahmarshy 0:6b7ffde9f287 15 */
sarahmarshy 0:6b7ffde9f287 16
sarahmarshy 0:6b7ffde9f287 17 #if APP_SHIELD_DEMO == 1
sarahmarshy 0:6b7ffde9f287 18 #include "1_app_shield/main.h"
sarahmarshy 0:6b7ffde9f287 19 #elif APP_SHIELD_DEMO == 0
sarahmarshy 0:6b7ffde9f287 20 #include "2_connected_app/main.h"
sarahmarshy 0:6b7ffde9f287 21 #else
sarahmarshy 0:6b7ffde9f287 22 #error "Add APP_SHIELD_DEMO macro to mbed_app.json"
sarahmarshy 0:6b7ffde9f287 23 #endif