10 lines
125 B
C
Raw Permalink Normal View History

2020-11-12 12:29:42 +01:00
#ifndef _STUBS_H_
#define _STUBS_H_
uint32_t HAL_GetTick(void);
int logMsg(const char *format, ...);
#endif // _STUBS_H_