s

Dependencies:   mbed

main.cpp

Committer:
aallaire3
Date:
2018-01-18
Revision:
0:208fc50f22f9

File content as of revision 0:208fc50f22f9:

#include "mbed.h"

extern "C" int my_asm();

int main() {

    while(1) {
        my_asm();         
    }
}