X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=quantum%2Faudio%2Fluts.h;h=a377a6c8709db5284424c88f6d18c8882ca73393;hb=83f74dd94c805dc255aa9f9b8643342edb462f02;hp=155e34e88db52f639626e91e77e684f14aa4649f;hpb=3899bec4b603a0880055c60df534c5a86ad44a52;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