This is a test of mbed repository.

Committer:
danial19100
Date:
Sun Feb 20 14:12:57 2022 +0000
Revision:
3:4c99bfd59821
Parent:
2:62038ad605f3
Test change 3 added

Who changed what in which revision?

UserRevisionLine numberNew contents of line
danial19100 0:b2e809d9c0f9 1 #include "mbed.h"
danial19100 0:b2e809d9c0f9 2
danial19100 0:b2e809d9c0f9 3 // main() runs in its own thread in the OS
danial19100 1:093802349334 4 // added my change
danial19100 2:62038ad605f3 5 // added my change 2
danial19100 3:4c99bfd59821 6 // added my change 3
danial19100 0:b2e809d9c0f9 7 int main()
danial19100 0:b2e809d9c0f9 8 {
danial19100 0:b2e809d9c0f9 9 while (true) {
danial19100 0:b2e809d9c0f9 10
danial19100 0:b2e809d9c0f9 11 }
danial19100 0:b2e809d9c0f9 12 }
danial19100 0:b2e809d9c0f9 13