diff options
Diffstat (limited to 'drivers/issi/is31fl3737.h')
| -rw-r--r-- | drivers/issi/is31fl3737.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/issi/is31fl3737.h b/drivers/issi/is31fl3737.h index 2c2fb1964..a1d228177 100644 --- a/drivers/issi/is31fl3737.h +++ b/drivers/issi/is31fl3737.h | |||
| @@ -16,8 +16,7 @@ | |||
| 16 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | 16 | * along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 17 | */ | 17 | */ |
| 18 | 18 | ||
| 19 | #ifndef IS31FL3737_DRIVER_H | 19 | #pragma once |
| 20 | #define IS31FL3737_DRIVER_H | ||
| 21 | 20 | ||
| 22 | #include <stdint.h> | 21 | #include <stdint.h> |
| 23 | #include <stdbool.h> | 22 | #include <stdbool.h> |
| @@ -202,5 +201,3 @@ void IS31FL3737_update_led_control_registers(uint8_t addr1, uint8_t addr2); | |||
| 202 | #define L_10 0xBB | 201 | #define L_10 0xBB |
| 203 | #define L_11 0xBC | 202 | #define L_11 0xBC |
| 204 | #define L_12 0xBD | 203 | #define L_12 0xBD |
| 205 | |||
| 206 | #endif // IS31FL3737_DRIVER_H | ||
