Cesar Pablo Verdes
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Cesar Pablo Verdes-
Cesar Pablo Verdes commented,
In order to compile a corutine test application in the WIN32 simulator I had to add the following definition in the portmacro.h file: #define portNOP() And I had to change the Project -> Proper...
-
Cesar Pablo Verdes commented,
I think that in the portmacro.h file of the WIN32 simulator the following line: #if(USE_16_BIT_TICKS == 1 ) had to be changed to: #if( configUSE_16_BIT_TICKS == 1 ) I'm using the WIN32 simulator f...