From f91a3a46b86ad05afe487f0c6c9b4fad8d63aad4 Mon Sep 17 00:00:00 2001 From: Hans Christian Olaussen <41271048+klutvott123@users.noreply.github.com> Date: Thu, 6 Dec 2018 19:31:34 +0100 Subject: [PATCH] Remove prototype --- src/main/telemetry/smartport.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/telemetry/smartport.h b/src/main/telemetry/smartport.h index 0207039520..2398e3d3f1 100644 --- a/src/main/telemetry/smartport.h +++ b/src/main/telemetry/smartport.h @@ -76,4 +76,3 @@ struct serialPort_s; void smartPortWriteFrameSerial(const smartPortPayload_t *payload, struct serialPort_s *port, uint16_t checksum); void smartPortSendByte(uint8_t c, uint16_t *checksum, struct serialPort_s *port); bool smartPortPayloadContainsMSP(const smartPortPayload_t *payload); -bool cmdIsEepromWrite(const smartPortPayload_t *payload);