Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration overrides from defaults + .gitignore #98

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,12 @@
*.exe
*.out
*.app
/.metadata/
/.metadata/

.jxbrowser-data
RemoteSystemsTempFiles

# Per-User ignores
els-f280049c/Configuration_overrides.h
.project
.vscode
1 change: 1 addition & 0 deletions els-f280049c/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,6 @@
#define CPU_CLOCK_MHZ 100
#define CPU_CLOCK_HZ (CPU_CLOCK_MHZ * 1000000)

#include "Configuration_overrides.h"

#endif // __CONFIGURATION_H
14 changes: 14 additions & 0 deletions els-f280049c/Configuration_overrides.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#ifndef __CONFIGURATION_OVERRIDES_H
#define __CONFIGURATION_OVERRIDES_H

////////////////////////////////////////////////////////////////////////
// Place your configuration below
////////////////////////////////////////////////////////////////////////



////////////////////////////////////////////////////////////////////////
// Place your configuration above
////////////////////////////////////////////////////////////////////////

#endif // __CONFIGURATION_OVERRIDES_H