hal: Add missing return value

This commit is contained in:
bluew 2021-08-10 16:00:56 +02:00
parent 2ecc920172
commit 879eb13dbd

View file

@ -367,6 +367,7 @@ static inline unsigned int cpu_perf_get(const unsigned int counterId) {
}
static inline const char *cpu_perf_name(int event) {
return 0;
}