Fixed C++11 compatibility

This commit is contained in:
2019-07-16 15:54:15 +02:00
parent 255b379c20
commit c199db7bfd
9 changed files with 16 additions and 15 deletions

View File

@ -30,8 +30,8 @@
*
*******************************************************************************/
#ifndef __SYSC_GENERAL_SYSTEM_H_
#define __SYSC_GENERAL_SYSTEM_H_
#ifndef __SYSC_TOP_SYSTEM_H_
#define __SYSC_TOP_SYSTEM_H_
#include "dcmotor.h"
#include "h_bridge.h"
@ -59,4 +59,4 @@ private:
void gen_por();
};
}
#endif /* __SYSC_GENERAL_SYSTEM_H_ */
#endif /* __SYSC_TOP_SYSTEM_H_ */