This website requires JavaScript.
Explore
Help
Sign In
ARMmbed
/
mbed-os
mirror of
https://github.com/ARMmbed/mbed-os.git
Watch
1
Star
0
Fork
You've already forked mbed-os
0
Code
Issues
Projects
Releases
Wiki
Activity
92d11df19d
mbed-os
/
TESTS
/
mbedmicro-mbed
/
attributes
/
weak.c
11 lines
104 B
C
Raw
Blame
History
#
include
"toolchain.h"
int
testWeak1
(
)
{
return
0
;
}
MBED_WEAK
int
testWeak2
(
)
{
return
1
;
}
Reference in New Issue
View Git Blame
Copy Permalink