sTodo-m5paper-client/libraries/FastLED/examples/CompileTest/avr_test.h
2025-06-30 21:41:49 +02:00

13 lines
No EOL
233 B
C

#pragma once
#include "FastLED.h"
void avr_tests() {
#if FASTLED_USE_PROGMEM != 1
#error "FASTLED_USE_PROGMEM is not 1 for AVR"
#endif
#if SKETCH_HAS_LOTS_OF_MEMORY != 0
#error "SKETCH_HAS_LOTS_OF_MEMORY is not 0 for AVR"
#endif
}