generate error when platform is not supported

This commit is contained in:
Paolo Marrone 2024-07-09 12:20:57 +02:00
parent 5ef05ef959
commit 619ff345a3

View File

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