diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-05-15 19:51:41 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2012-05-15 19:51:41 +0000 |
| commit | cdca61a75407cd15e708e3db76bf91ef147740a3 (patch) | |
| tree | 7eb25f770640f2dceb5873b8a63604a645aa2547 /Projects/XPLAINBridge/Lib/SoftUART.h | |
| parent | de64d3b8b2b1ca8f524aa7760b5ab807135dd21d (diff) | |
AppConfigHeaders: Make sure that in applications using an AppConfig.h configuration file, all application headers include the configuration file.
git-svn-id: http://lufa-lib.googlecode.com/svn/branches/AppConfigHeaders@2218 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/XPLAINBridge/Lib/SoftUART.h')
| -rw-r--r-- | Projects/XPLAINBridge/Lib/SoftUART.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Projects/XPLAINBridge/Lib/SoftUART.h b/Projects/XPLAINBridge/Lib/SoftUART.h index c30ad651..e2492ce7 100644 --- a/Projects/XPLAINBridge/Lib/SoftUART.h +++ b/Projects/XPLAINBridge/Lib/SoftUART.h @@ -44,7 +44,8 @@ #include <stdbool.h> #include "../XPLAINBridge.h" - + #include "Config/AppConfig.h" + /* Macros: */ #define SRX PD0 #define SRXPIN PIND |
