From 8af1501328711ba806785861b183786cb5cbb80a Mon Sep 17 00:00:00 2001 From: fauxpark Date: Mon, 30 Dec 2019 05:21:58 +1100 Subject: Clean up ISSI driver includes (#7734) * Clean up ISSI driver includes * Missed an endif --- drivers/issi/is31fl3733.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'drivers/issi/is31fl3733.h') diff --git a/drivers/issi/is31fl3733.h b/drivers/issi/is31fl3733.h index 4cf1867334..603d505a13 100644 --- a/drivers/issi/is31fl3733.h +++ b/drivers/issi/is31fl3733.h @@ -16,8 +16,7 @@ * along with this program. If not, see . */ -#ifndef IS31FL3733_DRIVER_H -#define IS31FL3733_DRIVER_H +#pragma once #include #include @@ -250,5 +249,3 @@ void IS31FL3733_update_led_control_registers(uint8_t addr, uint8_t index); #define L_14 0xBD #define L_15 0xBE #define L_16 0xBF - -#endif // IS31FL3733_DRIVER_H -- cgit v1.2.1