This is a test of mbed repository.

main.cpp

Committer:
danial19100
Date:
2022-02-20
Revision:
2:62038ad605f3
Parent:
1:093802349334
Child:
3:4c99bfd59821

File content as of revision 2:62038ad605f3:

#include "mbed.h"

// main() runs in its own thread in the OS
// added my change
// added my change 2
int main()
{
    while (true) {
        
    }
}