I'm trying to port GRBL 1.1 to the STM32F746 chip. Tell me the solution, thanks.
Diff: usb/platform_config.h
- Revision:
- 0:f1834a63f7c1
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/usb/platform_config.h Mon Sep 04 12:03:42 2017 +0000 @@ -0,0 +1,7 @@ +#ifndef __PLATFORM_CONFIG_H +#define __PLATFORM_CONFIG_H + +#include "stm32f10x.h" + +#endif /* __PLATFORM_CONFIG_H */ +