ARMmbed / core-util

DEPRECATED: Mbed 3 utilities library
Other
12 stars 17 forks source link

[test] FunctionPointer testcase defined serial baudrate explicitly #49

Closed PrzemekWirkus closed 8 years ago

PrzemekWirkus commented 8 years ago

Description

In test there is an explicit serial port baudrate specified:

void runTest(void) {
    static Serial pc(USBTX, USBRX);
    pc.baud(115200);

Change required ?

With new configuration merged by Brendan (default baudrate in yotta_config):

ciarmcom commented 8 years ago

ARM Internal Ref: IOTSFW-1377