1
0
Fork 0

LED drivers: rename "simple" to "mono" (#22814)

This commit is contained in:
Ryan 2024-01-04 17:05:37 +11:00 committed by GitHub
parent 1bd9b9204d
commit 597de0e298
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
35 changed files with 44 additions and 44 deletions

View file

@ -15,7 +15,7 @@
*/
#include "indicators.h"
#include "drivers/led/issi/is31fl3731-simple.h"
#include "drivers/led/issi/is31fl3731-mono.h"
#include "i2c_master.h"
/* Set up IS31FL3731 for use in powering indicator LEDs. Absolutely overkill for this job but it was already in the design.