nkjnm
Dependencies: MAX44000 nexpaq_mdk
Fork of LED_Demo by
mbd_os/TESTS/mbedmicro-mbed/attributes/weak.c
- Committer:
- nitsshukla
- Date:
- 2016-11-04
- Revision:
- 7:3a65ef12ba31
- Parent:
- 1:55a6170b404f
File content as of revision 7:3a65ef12ba31:
#include "toolchain.h" int testWeak1() { return 0; } MBED_WEAK int testWeak2() { return 1; }