Compare commits
2 Commits
a4ca0d30c3
...
ebc7ad4235
| Author | SHA1 | Date | |
|---|---|---|---|
| ebc7ad4235 | |||
| bc4bab4704 |
@ -9,10 +9,8 @@
|
|||||||
|
|
||||||
//--includes--------------------------------------------------------------------
|
//--includes--------------------------------------------------------------------
|
||||||
|
|
||||||
#include "stdint.h"
|
|
||||||
#include "stdbool.h"
|
|
||||||
|
|
||||||
#include "exti.h"
|
#include "exti.h"
|
||||||
|
#include "gpio.h"
|
||||||
|
|
||||||
|
|
||||||
//--type definitions------------------------------------------------------------
|
//--type definitions------------------------------------------------------------
|
||||||
|
|||||||
@ -84,7 +84,7 @@ struct Task {
|
|||||||
*/
|
*/
|
||||||
#define TASK_ENTRY \
|
#define TASK_ENTRY \
|
||||||
_TASK_COUNT_INIT; \
|
_TASK_COUNT_INIT; \
|
||||||
(void*) __task_time; \
|
(void) __task_time; \
|
||||||
switch (__task_state->count) {
|
switch (__task_state->count) {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user