Hackathon Repo

Dependencies:   C12832

Committer:
senthilrj
Date:
Fri Sep 29 22:30:20 2017 +0000
Revision:
4:024ed0194ea6
Parent:
3:09d8f51b1d7e
Child:
5:c6cb16909244
test2

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
senthilrj 3:09d8f51b1d7e 24
senthilrj 3:09d8f51b1d7e 25
senthilrj 3:09d8f51b1d7e 26 #if APP_SHIELD_DEMO_TEST == 1
senthilrj 3:09d8f51b1d7e 27 #include "1_app_shield/main.h"
senthilrj 3:09d8f51b1d7e 28 #endif
senthilrj 3:09d8f51b1d7e 29
senthilrj 4:024ed0194ea6 30 #if APP_SHIELD_DEMO_TEST_2 == 1
senthilrj 4:024ed0194ea6 31 #include "1_app_shield/main.h"
senthilrj 4:024ed0194ea6 32 #endif