1
0
Fork 0

LED/RGB Matrix: add header for drivers (#22628)

This commit is contained in:
Ryan 2023-12-08 16:54:47 +11:00 committed by GitHub
parent 2d3f2e92d8
commit 24511d31b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 87 additions and 75 deletions

View file

@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "led_matrix.h"
#include "led_matrix_drivers.h"
/* Each driver needs to define a struct:
*