aboutsummaryrefslogtreecommitdiff
path: root/drivers/issi/is31fl3731.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/issi/is31fl3731.h')
-rw-r--r--drivers/issi/is31fl3731.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/issi/is31fl3731.h b/drivers/issi/is31fl3731.h
index 6a7a45d8f..19e8e6251 100644
--- a/drivers/issi/is31fl3731.h
+++ b/drivers/issi/is31fl3731.h
@@ -15,8 +15,7 @@
15 * along with this program. If not, see <http://www.gnu.org/licenses/>. 15 * along with this program. If not, see <http://www.gnu.org/licenses/>.
16 */ 16 */
17 17
18#ifndef IS31FL3731_DRIVER_H 18#pragma once
19#define IS31FL3731_DRIVER_H
20 19
21#include <stdint.h> 20#include <stdint.h>
22#include <stdbool.h> 21#include <stdbool.h>
@@ -207,5 +206,3 @@ void IS31FL3731_update_led_control_registers(uint8_t addr, uint8_t index);
207#define C9_14 0xB1 206#define C9_14 0xB1
208#define C9_15 0xB2 207#define C9_15 0xB2
209#define C9_16 0xB3 208#define C9_16 0xB3
210
211#endif // IS31FL3731_DRIVER_H