Maxim nexpaq / nexpaq_dev

TESTS/mbedmicro-mbed/attributes/weak.c

Committer:
nexpaq
Date:
2016-11-04
Revision:
0:6c56fb4bc5f0

File content as of revision 0:6c56fb4bc5f0:

#include "toolchain.h"

int testWeak1() {
    return 0;
}

MBED_WEAK int testWeak2() {
    return 1;
}