9 lines
No EOL
139 B
C
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 |