pecanpico9/tracker/software/threads/error.h

9 wiersze
125 B
C

#ifndef __ERROR_H__
#define __ERROR_H__
THD_FUNCTION(moduleERROR, arg);
void log_error(char *file, uint16_t line);
#endif