dhgdh
Dependencies: MAX44000 PWM_Tone_Library nexpaq_mdk
Fork of LED_Demo by
mbd_os/TESTS/mbedmicro-mbed/attributes/weak.c@1:55a6170b404f, 2016-09-17 (annotated)
- Committer:
- nexpaq
- Date:
- Sat Sep 17 16:32:05 2016 +0000
- Revision:
- 1:55a6170b404f
checking in for sharing
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 |