ferney alberto beltran molina
/
TimerE3RTOS
EJEMPLO3
Diff: main.cpp
- Revision:
- 1:0f682b1c98ec
- Parent:
- 0:a550aef65fac
diff -r a550aef65fac -r 0f682b1c98ec main.cpp --- a/main.cpp Sat Oct 28 01:54:47 2017 +0000 +++ b/main.cpp Mon May 07 23:55:05 2018 +0000 @@ -26,7 +26,7 @@ void task1(void){ // task function serial.printf("hola soy task1\n"); - wait_ms(300); + // wait_ms(300); } @@ -34,6 +34,6 @@ void task2(void){ // task function serial.printf("hola soy task2\n"); - wait_ms(300); + //wait_ms(300); } \ No newline at end of file