FlippyPass/project/backend/app.h
2024-08-28 08:44:50 -04:00

9 lines
No EOL
139 B
C

// Define once
#ifndef H_APP
#define H_APP
// Constants
#define TAG "FlippyPass"
#define PATH EXT_PATH("apps_data/fpass/data.bin")
#endif