-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added dummy file and rule to prevent new version tags in code to spee…
…d up rebuilds on git pull
- Loading branch information
Showing
3 changed files
with
28 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
sources/jvxLibraries/jvx-system-min/include/jvx_system_config_dummy.h
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
#ifndef __JVX_SYSTEM_CONFIG_H__ | ||
#define __JVX_SYSTEM_CONFIG_H__ | ||
|
||
#ifndef JVX_SYSTEM_USE_DATA_FORMAT_FLOAT | ||
/* #undef JVX_SYSTEM_USE_DATA_FORMAT_FLOAT */ | ||
#endif | ||
|
||
#define JVX_IDENT_STRING "jvx-rt-750619" | ||
#define JVX_VERSION_STRING "dummy-hash" | ||
#define JVX_DATA_STRING "dummy-date" | ||
|
||
#ifdef JVX_SYSTEM_USE_DATA_FORMAT_FLOAT | ||
#define JVX_DATA_FORMAT_FLOAT | ||
#else | ||
#define JVX_DATA_FORMAT_DOUBLE | ||
#endif | ||
|
||
|
||
#endif |