Fix compilation error on Sequent and SL-RP4

This commit is contained in:
Thiago Alves
2024-10-11 15:10:48 -04:00
committed by GitHub
parent 9696ba8363
commit a523b4928e

View File

@@ -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