X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=quantum%2Faudio%2Fluts.h;h=a377a6c8709db5284424c88f6d18c8882ca73393;hb=785474670426c9325fcf82a852618053f3dd1713;hp=155e34e88db52f639626e91e77e684f14aa4649f;hpb=3e41cde9f99778ca30c03b97470c32780379db43;p=qmk_firmware.git diff --git a/quantum/audio/luts.h b/quantum/audio/luts.h index 155e34e88..a377a6c87 100644 --- a/quantum/audio/luts.h +++ b/quantum/audio/luts.h @@ -14,9 +14,14 @@ * along with this program. If not, see . */ -#include -#include -#include +#if defined(__AVR__) + #include + #include + #include +#else + #include "ch.h" + #include "hal.h" +#endif #ifndef LUTS_H #define LUTS_H