my test framework

Dependencies:   generic_framework

main.cpp

Committer:
AndersonIctus (anderson.ictus@gmail.com)
Date:
2019-04-25
Revision:
5:7186cddf0850
Parent:
4:0d78e328d043
Child:
6:22d7b8ec507e

File content as of revision 5:7186cddf0850:

#include "mbed.h"
// #include "headers/Test.h"

int main() {
    // Test test();
    
    printf("Help !! \r\n");    
    return 1;    
}