diff options
author | fauxpark <fauxpark@gmail.com> | 2019-12-30 05:21:58 +1100 |
---|---|---|
committer | Florian Didron <fdidron@users.noreply.github.com> | 2020-01-06 12:22:09 +0900 |
commit | 9d5e6c1c0a0826028e8302ea7479a1921cd1ff98 (patch) | |
tree | 7ad76c3dfabb32cdf2f6ebb25a87a29b0f8bda70 /drivers/issi/is31fl3218.h | |
parent | 20a2ebfeb9a9e0e535f93d3854219feb42402972 (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> |