#ifndef _STUBS_H_ #define _STUBS_H_ uint32_t HAL_GetTick(void); int logMsg(const char *format, ...); #endif // _STUBS_H_