diff options
Diffstat (limited to 'LUFA/DriverStubs/HWB.h')
-rw-r--r-- | LUFA/DriverStubs/HWB.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LUFA/DriverStubs/HWB.h b/LUFA/DriverStubs/HWB.h index 744828d8c..4b7f20542 100644 --- a/LUFA/DriverStubs/HWB.h +++ b/LUFA/DriverStubs/HWB.h @@ -66,7 +66,7 @@ #if !defined(__DOXYGEN__)
static inline void HWB_Init(void)
{
- // TODO: Initialize the appropriate port pin as an input here, with pullup
+ // TODO: Initialize the appropriate port pin as an input here, with pull-up
}
static inline bool HWB_GetStatus(void) ATTR_WARN_UNUSED_RESULT;
|