aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/AVRISP/Lib/ISPTarget.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-12-20 06:23:24 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-12-20 06:23:24 +0000
commitb408a5fe62f5ac8be551f4998a6763465a21f053 (patch)
tree13f0bd95f033472c636e91c580fae79cbdebd438 /Projects/AVRISP/Lib/ISPTarget.h
parente73f05b8b2de5485c97a305b4a7e940bb5636f49 (diff)
downloadlufa-b408a5fe62f5ac8be551f4998a6763465a21f053.tar.gz
lufa-b408a5fe62f5ac8be551f4998a6763465a21f053.tar.bz2
lufa-b408a5fe62f5ac8be551f4998a6763465a21f053.zip
Add const qualifier to the parameters of Projects' functions where possible.
Diffstat (limited to 'Projects/AVRISP/Lib/ISPTarget.h')
-rw-r--r--Projects/AVRISP/Lib/ISPTarget.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/Projects/AVRISP/Lib/ISPTarget.h b/Projects/AVRISP/Lib/ISPTarget.h
index 13ca09d3f..445f3f305 100644
--- a/Projects/AVRISP/Lib/ISPTarget.h
+++ b/Projects/AVRISP/Lib/ISPTarget.h
@@ -62,9 +62,10 @@
/* Function Prototypes: */
uint8_t ISPTarget_GetSPIPrescalerMask(void);
- void ISPTarget_ChangeTargetResetLine(bool ResetTarget);
- uint8_t ISPTarget_WaitForProgComplete(uint8_t ProgrammingMode, uint16_t PollAddress, uint8_t PollValue,
- uint8_t DelayMS, uint8_t ReadMemCommand);
+ void ISPTarget_ChangeTargetResetLine(const bool ResetTarget);
+ uint8_t ISPTarget_WaitForProgComplete(const uint8_t ProgrammingMode, const uint16_t PollAddress,
+ const uint8_t PollValue, const uint8_t DelayMS,
+ const uint8_t ReadMemCommand);
uint8_t ISPTarget_WaitWhileTargetBusy(void);
void ISPTarget_LoadExtendedAddress(void);