9 lines
133 B
C
9 lines
133 B
C
#ifndef UTILS_H
|
|
#define UTILS_H
|
|
|
|
#include "gpio.h"
|
|
|
|
// Common function to stop the application.
|
|
void stop_app_fallback(void);
|
|
|
|
#endif |