aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/haptic/solenoid.h
diff options
context:
space:
mode:
authorskullY <skullydazed@gmail.com>2019-08-30 11:19:03 -0700
committerskullydazed <skullydazed@users.noreply.github.com>2019-08-30 15:01:52 -0700
commitb624f32f944acdc59dcb130674c09090c5c404cb (patch)
treebc13adbba137d122d9a2c2fb2fafcbb08ac10e25 /drivers/haptic/solenoid.h
parent61af76a10d00aba185b8338604171de490a13e3b (diff)
downloadfirmware-b624f32f944acdc59dcb130674c09090c5c404cb.tar.gz
firmware-b624f32f944acdc59dcb130674c09090c5c404cb.tar.bz2
firmware-b624f32f944acdc59dcb130674c09090c5c404cb.zip
clang-format changes
Diffstat (limited to 'drivers/haptic/solenoid.h')
-rw-r--r--drivers/haptic/solenoid.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/haptic/solenoid.h b/drivers/haptic/solenoid.h
index a08f62a11..53dc626e3 100644
--- a/drivers/haptic/solenoid.h
+++ b/drivers/haptic/solenoid.h
@@ -18,23 +18,23 @@
#pragma once
#ifndef SOLENOID_DEFAULT_DWELL
-#define SOLENOID_DEFAULT_DWELL 12
+# define SOLENOID_DEFAULT_DWELL 12
#endif
#ifndef SOLENOID_MAX_DWELL
-#define SOLENOID_MAX_DWELL 100
+# define SOLENOID_MAX_DWELL 100
#endif
#ifndef SOLENOID_MIN_DWELL
-#define SOLENOID_MIN_DWELL 4
+# define SOLENOID_MIN_DWELL 4
#endif
#ifndef SOLENOID_ACTIVE
-#define SOLENOID_ACTIVE false
+# define SOLENOID_ACTIVE false
#endif
#ifndef SOLENOID_PIN
-#define SOLENOID_PIN F6
+# define SOLENOID_PIN F6
#endif
void solenoid_buzz_on(void);