Skip to content

Commit

Permalink
Merge pull request #1304 from dandrader/fixConfigHIncludeGuard
Browse files Browse the repository at this point in the history
Fix #include guard in config.h
  • Loading branch information
ralight committed Jun 13, 2019
2 parents c685b7e + 24ec292 commit 5d64678
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#ifndef CONFIG_H
#define CONFIG_H
/* ============================================================
* Platform options
* ============================================================ */
Expand Down

0 comments on commit 5d64678

Please sign in to comment.