Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Erik Strand
lufa
Commits
1e42f7bd
Commit
1e42f7bd
authored
May 27, 2012
by
Dean Camera
Browse files
AppConfigHeaders: Add missing AppConfig.h file includes.
parent
0389288e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Projects/TempDataLogger/Lib/DataflashManager.h
View file @
1e42f7bd
...
...
@@ -41,6 +41,7 @@
#include
"../TempDataLogger.h"
#include
"../Descriptors.h"
#include
"Config/AppConfig.h"
#include
<LUFA/Common/Common.h>
#include
<LUFA/Drivers/USB/USB.h>
...
...
Projects/TempDataLogger/Lib/SCSI.h
View file @
1e42f7bd
...
...
@@ -45,6 +45,7 @@
#include
"../TempDataLogger.h"
#include
"../Descriptors.h"
#include
"DataflashManager.h"
#include
"Config/AppConfig.h"
/* Macros: */
/** Macro to set the current SCSI sense data to the given key, additional sense code and additional sense qualifier. This
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment