Skip to content

Commit

Permalink
add individual configuration overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
carneeki committed Oct 18, 2020
1 parent 7a5f6fb commit 5e0286f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
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

0 comments on commit 5e0286f

Please sign in to comment.