summaryrefslogtreecommitdiff
path: root/digital
diff options
context:
space:
mode:
Diffstat (limited to 'digital')
-rw-r--r--digital/io-hub/src/guybrush/bottom_clamp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/digital/io-hub/src/guybrush/bottom_clamp.h b/digital/io-hub/src/guybrush/bottom_clamp.h
index 240b1579..35879c80 100644
--- a/digital/io-hub/src/guybrush/bottom_clamp.h
+++ b/digital/io-hub/src/guybrush/bottom_clamp.h
@@ -28,6 +28,8 @@
/*function to put the clamp in the "clam_mode" (i.e putting the global var ctx.calm_mode at 1)*/
void clamp_calm_mode(int mode);
+uint8_t clamp_calm_mode_read(void);
+
/*function to find out how many times the clamp has been blocked*/
uint8_t clamp_read_blocked_cpt(void);