projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
AppConfigHeaders: Add missing AppConfig.h file includes.
[pub/USBasp.git]
/
Projects
/
TempDataLogger
/
Lib
/
SCSI.h
diff --git
a/Projects/TempDataLogger/Lib/SCSI.h
b/Projects/TempDataLogger/Lib/SCSI.h
index
bd16460
..
1bb5d7b
100644
(file)
--- a/
Projects/TempDataLogger/Lib/SCSI.h
+++ b/
Projects/TempDataLogger/Lib/SCSI.h
@@
-45,6
+45,7
@@
#include "../TempDataLogger.h"
#include "../Descriptors.h"
#include "DataflashManager.h"
#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
/* Macros: */
/** Macro to set the current SCSI sense data to the given key, additional sense code and additional sense qualifier. This