This is a test of mbed repository.

main.cpp

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

File content as of revision 3:4c99bfd59821:

#include "mbed.h"

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