Compare commits
No commits in common. "ebc7ad42352d45f2f8d4e9432bc973034667ae4f" and "a4ca0d30c3cfc1668943adbebdf947d95de99848" have entirely different histories.
ebc7ad4235
...
a4ca0d30c3
@ -9,8 +9,10 @@
|
||||
|
||||
//--includes--------------------------------------------------------------------
|
||||
|
||||
#include "stdint.h"
|
||||
#include "stdbool.h"
|
||||
|
||||
#include "exti.h"
|
||||
#include "gpio.h"
|
||||
|
||||
|
||||
//--type definitions------------------------------------------------------------
|
||||
|
||||
@ -84,7 +84,7 @@ struct Task {
|
||||
*/
|
||||
#define TASK_ENTRY \
|
||||
_TASK_COUNT_INIT; \
|
||||
(void) __task_time; \
|
||||
(void*) __task_time; \
|
||||
switch (__task_state->count) {
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user