#ifndef UTILS_H #define UTILS_H #include "gpio.h" // Common function to stop the application. void stop_app_fallback(void); #endif