Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/CAN/CanInterface.h')
-rw-r--r--src/CAN/CanInterface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CAN/CanInterface.h b/src/CAN/CanInterface.h
index a1c320ac..ef322205 100644
--- a/src/CAN/CanInterface.h
+++ b/src/CAN/CanInterface.h
@@ -34,7 +34,8 @@ namespace CanInterface
#if SUPPORT_REMOTE_COMMANDS
bool InExpansionMode() noexcept;
- void SwitchToExpansionMode(CanAddress addr) noexcept;
+ bool InTestMode() noexcept;
+ void SwitchToExpansionMode(CanAddress addr, bool useTestMode) noexcept;
void SendAnnounce(CanMessageBuffer *buf) noexcept;
void RaiseEvent(EventType type, uint16_t param, uint8_t device, const char *format, va_list vargs) noexcept;