aboutsummaryrefslogtreecommitdiffhomepage
path: root/source/Core/BSP/BSP.h
diff options
context:
space:
mode:
authorBen V. Brown <[email protected]>2021-05-01 16:44:50 +1000
committerBen V. Brown <[email protected]>2021-05-01 16:44:50 +1000
commit7903df36e57befa0d600ab5c66fca4249db774b6 (patch)
tree17b52826b39d0d6b67286fccaa3964aea1a4345a /source/Core/BSP/BSP.h
parent6ceac48f897d014e6449b7da82fc13854d0f3cff (diff)
downloadIronOS-7903df36e57befa0d600ab5c66fca4249db774b6.tar.gz
IronOS-7903df36e57befa0d600ab5c66fca4249db774b6.zip
Create isTipDisconnected function
Diffstat (limited to 'source/Core/BSP/BSP.h')
-rw-r--r--source/Core/BSP/BSP.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/Core/BSP/BSP.h b/source/Core/BSP/BSP.h
index 08ead36a..1ed0507c 100644
--- a/source/Core/BSP/BSP.h
+++ b/source/Core/BSP/BSP.h
@@ -74,6 +74,8 @@ bool getIsPoweredByDCIN();
// Logs the system state to a debug interface if supported
void log_system_state(int32_t PWMWattsx10);
+// Returns true if the tip is disconnected
+bool isTipDisconnected();
#ifdef __cplusplus
}
#endif