Dependents:   blinky_max32630fthr

TESTS/mbedmicro-mbed/attributes/weak.c

Committer:
switches
Date:
2016-11-11
Revision:
0:5c4d7b2438d3

File content as of revision 0:5c4d7b2438d3:

#include "toolchain.h"

int testWeak1() {
    return 0;
}

MBED_WEAK int testWeak2() {
    return 1;
}