generate error when platform is not supported

This commit is contained in:
Paolo Marrone 2024-07-09 12:20:57 +02:00 committed by Paolo Marrone
parent f3f028938b
commit af99a702c3

View File

@ -59,5 +59,7 @@ unsigned long long fatica_time_process(void) {
+ (info.user_time.microseconds + info.system_time.microseconds) / 1000;
}
#else
# error "System not supported"
#endif
#endif // FATICA_H