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.
Dependencies: SDFileSystem app epson mbed msp430 pl tests
mbed_config.h@0:c643d398cdb6, 2018-01-11 (annotated)
- Committer:
- marcbax
- Date:
- Thu Jan 11 13:42:27 2018 +0000
- Revision:
- 0:c643d398cdb6
Marc Bax version 180111. It hangs on the WritePartImage in the RedrawAlphabet routine in hangman.cpp. Within that call it does execute Ypos(), but not Xpos().
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
marcbax | 0:c643d398cdb6 | 1 | /* |
marcbax | 0:c643d398cdb6 | 2 | * mbed SDK |
marcbax | 0:c643d398cdb6 | 3 | * Copyright (c) 2017 ARM Limited |
marcbax | 0:c643d398cdb6 | 4 | * |
marcbax | 0:c643d398cdb6 | 5 | * Licensed under the Apache License, Version 2.0 (the "License"); |
marcbax | 0:c643d398cdb6 | 6 | * you may not use this file except in compliance with the License. |
marcbax | 0:c643d398cdb6 | 7 | * You may obtain a copy of the License at |
marcbax | 0:c643d398cdb6 | 8 | * |
marcbax | 0:c643d398cdb6 | 9 | * http://www.apache.org/licenses/LICENSE-2.0 |
marcbax | 0:c643d398cdb6 | 10 | * |
marcbax | 0:c643d398cdb6 | 11 | * Unless required by applicable law or agreed to in writing, software |
marcbax | 0:c643d398cdb6 | 12 | * distributed under the License is distributed on an "AS IS" BASIS, |
marcbax | 0:c643d398cdb6 | 13 | * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
marcbax | 0:c643d398cdb6 | 14 | * See the License for the specific language governing permissions and |
marcbax | 0:c643d398cdb6 | 15 | * limitations under the License. |
marcbax | 0:c643d398cdb6 | 16 | */ |
marcbax | 0:c643d398cdb6 | 17 | |
marcbax | 0:c643d398cdb6 | 18 | // Automatically generated configuration file. |
marcbax | 0:c643d398cdb6 | 19 | // DO NOT EDIT, content will be overwritten. |
marcbax | 0:c643d398cdb6 | 20 | |
marcbax | 0:c643d398cdb6 | 21 | #ifndef __MBED_CONFIG_DATA__ |
marcbax | 0:c643d398cdb6 | 22 | #define __MBED_CONFIG_DATA__ |
marcbax | 0:c643d398cdb6 | 23 | |
marcbax | 0:c643d398cdb6 | 24 | // Configuration parameters |
marcbax | 0:c643d398cdb6 | 25 | #define MBED_CONF_PLATFORM_STDIO_BAUD_RATE 9600 // set by library:platform |
marcbax | 0:c643d398cdb6 | 26 | #define MBED_CONF_PLATFORM_DEFAULT_SERIAL_BAUD_RATE 9600 // set by library:platform |
marcbax | 0:c643d398cdb6 | 27 | #define MBED_CONF_PLATFORM_STDIO_FLUSH_AT_EXIT 1 // set by library:platform |
marcbax | 0:c643d398cdb6 | 28 | #define MBED_CONF_PLATFORM_STDIO_CONVERT_NEWLINES 0 // set by library:platform |
marcbax | 0:c643d398cdb6 | 29 | |
marcbax | 0:c643d398cdb6 | 30 | #endif |