Fixed #include guard.

This commit is contained in:
Piotr Esden-Tempski 2016-10-19 14:36:27 -07:00
parent fe4bae7942
commit 2d37de773c
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,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/>.
*/
#ifndef __TIMING__H
#ifndef __TIMING_H
#define __TIMING_H
struct platform_timeout {
@ -26,5 +26,5 @@ struct platform_timeout {
uint32_t platform_time_ms(void);
#endif
#endif /* __TIMING_H */