dhgdh
Dependencies: MAX44000 PWM_Tone_Library nexpaq_mdk
Fork of LED_Demo by
mbd_os/TESTS/mbedmicro-mbed/attributes/weak.c
- Committer:
- cyberjoey
- Date:
- 2016-10-22
- Revision:
- 9:6bb35cef007d
- Parent:
- 1:55a6170b404f
File content as of revision 9:6bb35cef007d:
#include "toolchain.h" int testWeak1() { return 0; } MBED_WEAK int testWeak2() { return 1; }