1
0
Fork 0

Fix compile issues due to LED changes (#13821)

This commit is contained in:
Drashna Jael're 2021-07-31 09:30:13 -07:00 committed by GitHub
parent 70fb3e1aaf
commit 7bcbeffc2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"