dhgdh
Dependencies: MAX44000 PWM_Tone_Library nexpaq_mdk
Fork of LED_Demo by
mbd_os/TESTS/mbedmicro-mbed/attributes/weak.c@9:6bb35cef007d, 2016-10-22 (annotated)
- Committer:
- cyberjoey
- Date:
- Sat Oct 22 01:31:58 2016 +0000
- Revision:
- 9:6bb35cef007d
- Parent:
- 1:55a6170b404f
WORKING
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
nexpaq | 1:55a6170b404f | 1 | #include "toolchain.h" |
nexpaq | 1:55a6170b404f | 2 | |
nexpaq | 1:55a6170b404f | 3 | int testWeak1() { |
nexpaq | 1:55a6170b404f | 4 | return 0; |
nexpaq | 1:55a6170b404f | 5 | } |
nexpaq | 1:55a6170b404f | 6 | |
nexpaq | 1:55a6170b404f | 7 | MBED_WEAK int testWeak2() { |
nexpaq | 1:55a6170b404f | 8 | return 1; |
nexpaq | 1:55a6170b404f | 9 | } |
nexpaq | 1:55a6170b404f | 10 |