Fixed rgblight_types.h

This commit is contained in:
Luiz Ribeiro 2017-06-10 17:28:59 -04:00
parent d4cd5dda5c
commit 945f2f5916
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python3.5
#!/usr/bin/env python3
# Copyright 2017 Luiz Ribeiro <luizribeiro@gmail.com>
#
# This program is free software: you can redistribute it and/or modify

View File

@ -21,6 +21,7 @@
*/
#ifndef RGBLIGHT_TYPES
#define RGBLIGHT_TYPES
#include <avr/io.h>