FastLED 3.9.15
Loading...
Searching...
No Matches
int.h
Go to the documentation of this file.
1#pragma once
2
3// This file now redirects to fl/stl/stdint.h which contains all integer type
4// definitions (fl::u8, fl::i32, etc.) and standard type compatibility
5// (uint8_t, size_t, etc.).
6#include "fl/stl/stdint.h" // IWYU pragma: export