I'm trying to port GRBL 1.1 to the STM32F746 chip. Tell me the solution, thanks.

Committer:
Sergunb
Date:
Mon Sep 04 12:04:13 2017 +0000
Revision:
0:8f0d870509fe
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Sergunb 0:8f0d870509fe 1 #ifndef __PLATFORM_CONFIG_H
Sergunb 0:8f0d870509fe 2 #define __PLATFORM_CONFIG_H
Sergunb 0:8f0d870509fe 3
Sergunb 0:8f0d870509fe 4 #include "stm32f10x.h"
Sergunb 0:8f0d870509fe 5
Sergunb 0:8f0d870509fe 6 #endif /* __PLATFORM_CONFIG_H */
Sergunb 0:8f0d870509fe 7