mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-04 00:52:17 +00:00
add compile guards
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#if defined(T5_S3_EPAPER_PRO)
|
||||
|
||||
/******************************************************************************/
|
||||
/*** include files ***/
|
||||
/******************************************************************************/
|
||||
|
||||
#if defined(LILYGO_T5_EPD47_S3)
|
||||
|
||||
#include "ed047tc1.h"
|
||||
#include "i2s_data_bus.h"
|
||||
#include "rmt_pulse.h"
|
||||
@@ -258,7 +258,7 @@ uint8_t *IRAM_ATTR epd_get_current_buffer()
|
||||
/*** local functions ***/
|
||||
/******************************************************************************/
|
||||
|
||||
#endif
|
||||
/******************************************************************************/
|
||||
/*** END OF FILE ***/
|
||||
/******************************************************************************/
|
||||
/******************************************************************************/
|
||||
#endif
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#if defined(T5_S3_EPAPER_PRO)
|
||||
|
||||
/******************************************************************************/
|
||||
/*** include files ***/
|
||||
/******************************************************************************/
|
||||
@@ -886,4 +888,5 @@ static void IRAM_ATTR feed_display(OutputParams *params)
|
||||
|
||||
/******************************************************************************/
|
||||
/*** END OF FILE ***/
|
||||
/******************************************************************************/
|
||||
/******************************************************************************/
|
||||
#endif
|
||||
Reference in New Issue
Block a user