Compare commits

..

No commits in common. "ebc7ad42352d45f2f8d4e9432bc973034667ae4f" and "a4ca0d30c3cfc1668943adbebdf947d95de99848" have entirely different histories.

2 changed files with 4 additions and 2 deletions

View File

@ -9,8 +9,10 @@
//--includes--------------------------------------------------------------------
#include "stdint.h"
#include "stdbool.h"
#include "exti.h"
#include "gpio.h"
//--type definitions------------------------------------------------------------

View File

@ -84,7 +84,7 @@ struct Task {
*/
#define TASK_ENTRY \
_TASK_COUNT_INIT; \
(void) __task_time; \
(void*) __task_time; \
switch (__task_state->count) {
/**