Fix compile issues due to LED changes (#13821)

This commit is contained in:
Drashna Jaelre 2021-07-31 09:30:13 -07:00 committed by GitHub
parent 70fb3e1aaf
commit 7bcbeffc2d
Failed to generate hash of commit
3 changed files with 135 additions and 135 deletions

View file

@ -21,7 +21,7 @@
#include <string.h>
#include "quantum.h"
#include "rgblight.h"
#include "issi/is31fl3731.h"
#include "drivers/led/issi/is31fl3731.h"
#include "i2c_master.h"