File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -436,7 +436,9 @@ void IRAM_ATTR iwmBus::service()
436436 if (!serviceSmartPort ())
437437 serviceDiskII ();
438438
439+ #ifndef DEV_RELAY_SLIP
439440 serviceDiskIIWrite ();
441+ #endif
440442}
441443
442444// Returns true if SmartPort was handled
@@ -598,6 +600,7 @@ bool IRAM_ATTR iwmBus::serviceDiskII()
598600 return true ;
599601}
600602
603+ #ifndef DEV_RELAY_SLIP
601604// Returns true if a Disk II write was received
602605bool IRAM_ATTR iwmBus::serviceDiskIIWrite ()
603606{
@@ -685,7 +688,6 @@ bool IRAM_ATTR iwmBus::serviceDiskIIWrite()
685688 return true ;
686689}
687690
688- #ifndef DEV_RELAY_SLIP
689691iwm_enable_state_t IRAM_ATTR iwmBus::iwm_drive_enabled ()
690692{
691693 uint8_t phases = smartport.iwm_phase_vector ();
Original file line number Diff line number Diff line change @@ -333,7 +333,9 @@ class iwmBus
333333 void service ();
334334 bool serviceSmartPort ();
335335 bool serviceDiskII ();
336+ #ifndef DEV_RELAY_SLIP
336337 bool serviceDiskIIWrite ();
338+ #endif
337339 void shutdown ();
338340
339341 int numDevices ();
You can’t perform that action at this time.
0 commit comments