Fix #include guard in config.h

Signed-off-by: Daniel d'Andrada <daniel.dandrada@esrlabs.com>
This commit is contained in:
Daniel d'Andrada 2019-06-04 10:02:58 +02:00
parent c6291034c5
commit 24ec29237d

View File

@ -1,4 +1,5 @@
#ifndef CONFIG_H
#define CONFIG_H
/* ============================================================
* Platform options
* ============================================================ */