Přemysl Eric Janouch
26b38ecb88
The receive functionality in the EXK4S is quite unstable, however useful enough for something that is officially unsupported. The gadgets are picky about cables and/or ports, but it has ridiculous reach when it works. This utility has previously been in the desktop-tools repository.
9 lines
143 B
C
9 lines
143 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#define PROGRAM_NAME "${PROJECT_NAME}"
|
|
#define PROGRAM_VERSION "${PROJECT_VERSION}"
|
|
|
|
#endif // ! CONFIG_H
|
|
|