[RN2483] Fix build issues

This commit is contained in:
TD-er
2020-02-16 18:50:44 +01:00
parent b3ec99c2c3
commit 64fea7bcf2
2 changed files with 2 additions and 4 deletions
@@ -3,7 +3,7 @@
#include "Arduino.h"
#include "RN2xx3_status.h"
#include "rn2xx3_status.h"
// State machine for the RN2483/RN2903 modules
class rn2xx3_handler {
+1 -3
View File
@@ -666,9 +666,7 @@ bool CPlugin_018(CPlugin::Function function, struct EventStruct *event, String&
return success;
}
bool do_process_c018_delay_queue(int controller_number,
const C018_queue_element& element,
ControllerSettingsStruct& ControllerSettings);
bool do_process_c018_delay_queue(int controller_number, const C018_queue_element& element, ControllerSettingsStruct& ControllerSettings);
bool do_process_c018_delay_queue(int controller_number, const C018_queue_element& element, ControllerSettingsStruct& ControllerSettings) {
bool success = C018_data.txHexBytes(element.packed, ControllerSettings.Port);