1
0
Fork 0
mirror of https://github.com/RobotechLille/cdf2018-principal synced 2024-09-29 00:33:04 +02:00
cdf2018-principal/chef/src/debug.h

17 lines
248 B
C
Raw Normal View History

#ifndef __DEBUG_H_
#define __DEBUG_H_
#include <pthread.h>
#include "CA.h"
#define REGULARREPORTS
struct A2CI_DBGs debug;
pthread_t tDebug;
void* TaskDebug(void *pdata);
void onA2CI_DBG();
void configureDebug();
void deconfigureDebug();
#endif