Versione migliorata dell'esempio 9.8, due funzioni vengono create e stampano su stdout
mbed_config.h@0:68b32e1c7187, 2022-04-06 (annotated)
- Committer:
- flombella
- Date:
- Wed Apr 06 14:18:44 2022 +0000
- Revision:
- 0:68b32e1c7187
Versione inziaile da testo Xiao
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| flombella | 0:68b32e1c7187 | 1 | /* |
| flombella | 0:68b32e1c7187 | 2 | * mbed SDK |
| flombella | 0:68b32e1c7187 | 3 | * Copyright (c) 2017 ARM Limited |
| flombella | 0:68b32e1c7187 | 4 | * |
| flombella | 0:68b32e1c7187 | 5 | * Licensed under the Apache License, Version 2.0 (the "License"); |
| flombella | 0:68b32e1c7187 | 6 | * you may not use this file except in compliance with the License. |
| flombella | 0:68b32e1c7187 | 7 | * You may obtain a copy of the License at |
| flombella | 0:68b32e1c7187 | 8 | * |
| flombella | 0:68b32e1c7187 | 9 | * http://www.apache.org/licenses/LICENSE-2.0 |
| flombella | 0:68b32e1c7187 | 10 | * |
| flombella | 0:68b32e1c7187 | 11 | * Unless required by applicable law or agreed to in writing, software |
| flombella | 0:68b32e1c7187 | 12 | * distributed under the License is distributed on an "AS IS" BASIS, |
| flombella | 0:68b32e1c7187 | 13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| flombella | 0:68b32e1c7187 | 14 | * See the License for the specific language governing permissions and |
| flombella | 0:68b32e1c7187 | 15 | * limitations under the License. |
| flombella | 0:68b32e1c7187 | 16 | */ |
| flombella | 0:68b32e1c7187 | 17 | |
| flombella | 0:68b32e1c7187 | 18 | // Automatically generated configuration file. |
| flombella | 0:68b32e1c7187 | 19 | // DO NOT EDIT, content will be overwritten. |
| flombella | 0:68b32e1c7187 | 20 | |
| flombella | 0:68b32e1c7187 | 21 | #ifndef __MBED_CONFIG_DATA__ |
| flombella | 0:68b32e1c7187 | 22 | #define __MBED_CONFIG_DATA__ |
| flombella | 0:68b32e1c7187 | 23 | |
| flombella | 0:68b32e1c7187 | 24 | // Configuration parameters |
| flombella | 0:68b32e1c7187 | 25 | #define MBED_CONF_PLATFORM_STDIO_BAUD_RATE 9600 // set by library:platform |
| flombella | 0:68b32e1c7187 | 26 | #define MBED_CONF_PLATFORM_DEFAULT_SERIAL_BAUD_RATE 9600 // set by library:platform |
| flombella | 0:68b32e1c7187 | 27 | #define MBED_CONF_PLATFORM_STDIO_FLUSH_AT_EXIT 1 // set by library:platform |
| flombella | 0:68b32e1c7187 | 28 | #define MBED_CONF_PLATFORM_STDIO_CONVERT_NEWLINES 0 // set by library:platform |
| flombella | 0:68b32e1c7187 | 29 | |
| flombella | 0:68b32e1c7187 | 30 | #endif |