pecanpico9/tracker/software/threads/threads.h

18 wiersze
305 B
C
Czysty Zwykły widok Historia

2017-05-30 22:58:20 +00:00
#ifndef __MODULES_H__
#define __MODULES_H__
#include "position.h"
#include "image.h"
#include "tracking.h"
#include "log.h"
#include "sgp4.h"
#include "config.h"
#include "types.h"
void start_essential_threads(void);
2017-05-30 22:58:20 +00:00
extern systime_t watchdog_tracking; // Last update time for module TRACKING
#endif