v0.1 board believed to be reading Vbat, Pressure, and X/Y/Z correctly now,
[fw/openalt] / monitor / monitor.h
1 #ifndef _MONITOR_H_
2 #define _MONITOR_H_
3
4 portTASK_FUNCTION_PROTO (vMonitorTask, pvParameters __attribute__ ((unused)));
5
6 #endif