Alex Leung
/
HealthTracker
Test version
mbed_config.h@1:bd9f39f9d91c, 2018-03-20 (annotated)
- Committer:
- a2824256
- Date:
- Tue Mar 20 02:21:49 2018 +0000
- Revision:
- 1:bd9f39f9d91c
- Parent:
- 0:4be500de690c
repair main.cpp
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
a2824256 | 0:4be500de690c | 1 | /* |
a2824256 | 0:4be500de690c | 2 | * mbed SDK |
a2824256 | 0:4be500de690c | 3 | * Copyright (c) 2017 ARM Limited |
a2824256 | 0:4be500de690c | 4 | * |
a2824256 | 0:4be500de690c | 5 | * Licensed under the Apache License, Version 2.0 (the "License"); |
a2824256 | 0:4be500de690c | 6 | * you may not use this file except in compliance with the License. |
a2824256 | 0:4be500de690c | 7 | * You may obtain a copy of the License at |
a2824256 | 0:4be500de690c | 8 | * |
a2824256 | 0:4be500de690c | 9 | * http://www.apache.org/licenses/LICENSE-2.0 |
a2824256 | 0:4be500de690c | 10 | * |
a2824256 | 0:4be500de690c | 11 | * Unless required by applicable law or agreed to in writing, software |
a2824256 | 0:4be500de690c | 12 | * distributed under the License is distributed on an "AS IS" BASIS, |
a2824256 | 0:4be500de690c | 13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
a2824256 | 0:4be500de690c | 14 | * See the License for the specific language governing permissions and |
a2824256 | 0:4be500de690c | 15 | * limitations under the License. |
a2824256 | 0:4be500de690c | 16 | */ |
a2824256 | 0:4be500de690c | 17 | |
a2824256 | 0:4be500de690c | 18 | // Automatically generated configuration file. |
a2824256 | 0:4be500de690c | 19 | // DO NOT EDIT, content will be overwritten. |
a2824256 | 0:4be500de690c | 20 | |
a2824256 | 0:4be500de690c | 21 | #ifndef __MBED_CONFIG_DATA__ |
a2824256 | 0:4be500de690c | 22 | #define __MBED_CONFIG_DATA__ |
a2824256 | 0:4be500de690c | 23 | |
a2824256 | 0:4be500de690c | 24 | // Configuration parameters |
a2824256 | 0:4be500de690c | 25 | #define MBED_CONF_PLATFORM_STDIO_BAUD_RATE 115200 // set by library:platform |
a2824256 | 0:4be500de690c | 26 | #define CLOCK_SOURCE USE_PLL_MSI // set by target:NUCLEO_L476RG |
a2824256 | 0:4be500de690c | 27 | #define MBED_CONF_PLATFORM_DEFAULT_SERIAL_BAUD_RATE 115200 // set by library:platform |
a2824256 | 0:4be500de690c | 28 | #define MBED_CONF_PLATFORM_STDIO_FLUSH_AT_EXIT 1 // set by library:platform |
a2824256 | 0:4be500de690c | 29 | #define MBED_CONF_PLATFORM_STDIO_CONVERT_NEWLINES 0 // set by library:platform |
a2824256 | 0:4be500de690c | 30 | |
a2824256 | 0:4be500de690c | 31 | #endif |