forked from ArtemioUrbina/huc
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #58 from jbrandwood/master
Add the missing include/hucc/globals.h and enable compiling HuCC examples.
- Loading branch information
Showing
2 changed files
with
19 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
// ************************************************************************** | ||
// ************************************************************************** | ||
// | ||
// globals.h | ||
// | ||
// ************************************************************************** | ||
// ************************************************************************** | ||
// | ||
// The idea is that you, a PCE developer, copy this file from the ../include/ | ||
// directory and into your project's directory, and then define the variables | ||
// that you want to have shared access to in all overlay programs on your CD. | ||
// | ||
// Because PCEAS searches the current (i.e. project) directory for an include | ||
// file first, then it will find your customized copy of the file rather than | ||
// the original copy in the ../include/ directory. | ||
// | ||
// ************************************************************************** | ||
// ************************************************************************** |