Committer:
nexpaq
Date:
Fri Nov 04 20:54:50 2016 +0000
Revision:
1:d96dbedaebdb
Parent:
0:6c56fb4bc5f0
Removed extra directories for other platforms

Who changed what in which revision?

UserRevisionLine numberNew contents of line
nexpaq 0:6c56fb4bc5f0 1 #include "toolchain.h"
nexpaq 0:6c56fb4bc5f0 2
nexpaq 0:6c56fb4bc5f0 3 int testWeak1() {
nexpaq 0:6c56fb4bc5f0 4 return 0;
nexpaq 0:6c56fb4bc5f0 5 }
nexpaq 0:6c56fb4bc5f0 6
nexpaq 0:6c56fb4bc5f0 7 MBED_WEAK int testWeak2() {
nexpaq 0:6c56fb4bc5f0 8 return 1;
nexpaq 0:6c56fb4bc5f0 9 }
nexpaq 0:6c56fb4bc5f0 10