Skip to content
Snippets Groups Projects
Commit 6e7409f2 authored by Cristian Maglie's avatar Cristian Maglie
Browse files

delay.h is included outside __cplusplus guards

parent b69beada
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ void loop( void ) ;
#ifdef __cplusplus
} // extern "C"
#endif // __cplusplus
#endif
// The following headers are for C++ only compilation
#ifdef __cplusplus
......@@ -72,9 +72,11 @@ void loop( void ) ;
#include "WMath.h"
#include "HardwareSerial.h"
#include "pulse.h"
#include "delay.h"
#endif
#include "delay.h"
#ifdef __cplusplus
#include "Uart.h"
#endif // __cplusplus
#endif
// Include board variant
#include "variant.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment