Skip to content

Commit

Permalink
add the comiler directive
Browse files Browse the repository at this point in the history
  • Loading branch information
Yves BAZIN authored and Yves BAZIN committed Dec 17, 2024
1 parent 6febb87 commit ed7f2cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/I2SClocklessVirtualLedDriver.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
*/

#pragma once

#ifndef __VIRTUAL_DRIVER
#define __VIRTUAL_DRIVER
#ifdef CONFIG_IDF_TARGET_ESP32S3

#define GDMA_OUT_INT_CLR_REG(i) (DR_REG_GDMA_BASE + 0x74 + (192 * i))
Expand Down Expand Up @@ -5429,4 +5430,5 @@ static void showPixelsTask(void *pvParameters)
cont->___showPixels();
}
#endif
}
}
#endif

0 comments on commit ed7f2cb

Please sign in to comment.