fsfw-example-common/example/utility/utility.h

11 lines
202 B
C
Raw Permalink Normal View History

2021-06-08 13:46:45 +02:00
#ifndef COMMON_UTILITY_UTILITY_H_
#define COMMON_UTILITY_UTILITY_H_
namespace utility {
2022-05-22 15:30:08 +02:00
void commonInitPrint(const char *const os, const char *const board);
2021-06-08 13:46:45 +02:00
}
#endif /* COMMON_UTILITY_UTILITY_H_ */