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

Committer:
Sergunb
Date:
Mon Sep 04 12:05:05 2017 +0000
Revision:
0:9dcf85d9b2f3
Initial commit

Who changed what in which revision?

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