mirror of
https://github.com/grblHAL/core.git
synced 2026-08-17 08:31:43 +08:00
Merge pull request #934 from bullestock/include-guard-mismatch
Fix include guard mismatch.
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#ifndef __STRUTILS_H__
|
||||
#define __STRUTILS_H___
|
||||
#define __STRUTILS_H__
|
||||
|
||||
#include <stdint.h>
|
||||
#include <time.h>
|
||||
|
||||
Reference in New Issue
Block a user