Startup update for STM32G0xx.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14786 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
82e69db89b
commit
c94f9e0460
|
@ -47,7 +47,11 @@
|
|||
then a file named board.h is included. This file must contain a device
|
||||
definition compatible with the vendor include file.*/
|
||||
#if !defined (STM32G071xx) && !defined (STM32G081xx) && \
|
||||
!defined (STM32G070xx)
|
||||
!defined (STM32G070xx) && !defined (STM32G030xx) && \
|
||||
!defined (STM32G031xx) && !defined (STM32G041xx) && \
|
||||
!defined (STM32G0B0xx) && !defined (STM32G0B1xx) && \
|
||||
!defined (STM32G0C1xx) && !defined (STM32G050xx) && \
|
||||
!defined (STM32G051xx) && !defined (STM32G061xx)
|
||||
#include "board.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue