fix conflict
This commit is contained in:
parent
f3a817ee92
commit
6c1553ce0e
1 changed files with 0 additions and 4 deletions
|
@ -93,11 +93,7 @@ typedef struct task {
|
|||
/// Start address of the heap
|
||||
size_t start_heap;
|
||||
/// End address of the heap
|
||||
<<<<<<< HEAD
|
||||
size_t end_heap;
|
||||
=======
|
||||
uint32_t end_heap;
|
||||
>>>>>>> master
|
||||
/// LwIP error code
|
||||
int lwip_err;
|
||||
/// Mail inbox
|
||||
|
|
Loading…
Add table
Reference in a new issue