Dependents: blinky_max32630fthr
TESTS/mbedmicro-mbed/attributes/weak.c@3:1198227e6421, 2016-12-16 (annotated)
- Committer:
- switches
- Date:
- Fri Dec 16 16:27:57 2016 +0000
- Revision:
- 3:1198227e6421
- Parent:
- 0:5c4d7b2438d3
Changed ADC scale for MAX32625 platforms to 1.2V full scale to match MAX32630 platforms
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
switches | 0:5c4d7b2438d3 | 1 | #include "toolchain.h" |
switches | 0:5c4d7b2438d3 | 2 | |
switches | 0:5c4d7b2438d3 | 3 | int testWeak1() { |
switches | 0:5c4d7b2438d3 | 4 | return 0; |
switches | 0:5c4d7b2438d3 | 5 | } |
switches | 0:5c4d7b2438d3 | 6 | |
switches | 0:5c4d7b2438d3 | 7 | MBED_WEAK int testWeak2() { |
switches | 0:5c4d7b2438d3 | 8 | return 1; |
switches | 0:5c4d7b2438d3 | 9 | } |
switches | 0:5c4d7b2438d3 | 10 |