dhgdh

Dependencies:   MAX44000 PWM_Tone_Library nexpaq_mdk

Fork of LED_Demo by joey shelton

mbd_os/TESTS/mbedmicro-mbed/attributes/weak.c

Committer:
nexpaq
Date:
2016-09-17
Revision:
1:55a6170b404f

File content as of revision 1:55a6170b404f:

#include "toolchain.h"

int testWeak1() {
    return 0;
}

MBED_WEAK int testWeak2() {
    return 1;
}