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