usb: FREE_STANDING should come with USE_SYS.

This commit is contained in:
NIIBE Yutaka
2019-05-10 10:17:48 +09:00
parent fee2cae8c4
commit c1ea549995
2 changed files with 8 additions and 0 deletions

View File

@@ -31,6 +31,10 @@
#ifdef USE_SYS
#include "sys-stm32f103.h"
#else
# ifdef FREE_STANDING
# error "Please compile with -DUSE_SYS"
# endif
#endif
#include "stm32f103.h"