-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
Description
Description
- Type: Question
- Priority: Major
Question
When exporting the existing mbed classic program such as mbed_blinky to DS-5, the following error is shown in building the exported project:
mbed_blinky_ds5_5_rz_a1h\mbed_blinky\mbed/drivers/Serial.h:70:70: error: 'MBED_CONF_PLATFORM_DEFAULT_SERIAL_BAUD_RATE' was not declared in this scope
It seems to be due to lack of include path setting for mbed_config.h
.
Therefore, it seems that mbed_config.h
should be manually included at present so that we can build the project.
Just for information, this problem does not seem to occur until mbed lib revision 127.
Reference : #3593