diff options
author | fauxpark <fauxpark@gmail.com> | 2019-12-30 05:21:58 +1100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-12-29 10:21:58 -0800 |
commit | 8af1501328711ba806785861b183786cb5cbb80a (patch) | |
tree | f31c64951d5c750038d30a2955911425d4cf6058 /drivers/issi/is31fl3218.h | |
parent | 25aaeb4f401fedee00e90e9fe27bdea5fed778d6 (diff) |
Clean up ISSI driver includes (#7734)
* Clean up ISSI driver includes
* Missed an endif
Diffstat (limited to 'drivers/issi/is31fl3218.h')
-rw-r--r-- | drivers/issi/is31fl3218.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/issi/is31fl3218.h b/drivers/issi/is31fl3218.h index a70cc1e793..fa760da191 100644 --- a/drivers/issi/is31fl3218.h +++ b/drivers/issi/is31fl3218.h @@ -13,6 +13,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ + #pragma once #include <stdint.h> |