mirror of
https://github.com/thiagoralves/OpenPLC_v3.git
synced 2025-12-10 12:51:16 +08:00
Fix compilation error on Sequent and SL-RP4
This commit is contained in:
@@ -1886,10 +1886,10 @@ __end:
|
||||
|
||||
|
||||
#include "communication.h"
|
||||
#if defined(__linux__) && defined(__arm__) && defined(SEQUENT)
|
||||
#if defined(SEQUENT)
|
||||
#include "sm_cards.h"
|
||||
#endif
|
||||
#if defined(__linux__) && defined(__arm__) && defined(SL_RP4)
|
||||
#if defined(SL_RP4)
|
||||
#include "SL-RP4.h"
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user