This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
fsfw_example_public/common/utility/utility.h

12 lines
203 B
C++

#ifndef COMMON_UTILITY_UTILITY_H_
#define COMMON_UTILITY_UTILITY_H_
namespace utility {
void commonInitPrint(const char *const os, const char* const board);
}
#endif /* COMMON_UTILITY_UTILITY_H_ */