Files
Arduino/libraries/arduino_492014/Adafruit_SPITFT_Macros.h
Jérôme Delacotte 7b30d6e298 first commit
2025-03-06 11:15:32 +01:00

7 lines
329 B
C
Executable File

// THIS FILE INTENTIONALLY LEFT BLANK.
// Macros previously #defined here have been made into (mostly) inline
// functions in the Adafruit_SPITFT class. Other libraries might still
// contain code trying to #include this header file, so until everything's
// updated this file still exists (but doing nothing) to avoid trouble.