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:
Giovanni Di Sirio 2021-09-18 07:31:02 +00:00
parent 82e69db89b
commit c94f9e0460
1 changed files with 5 additions and 1 deletions

View File

@ -47,7 +47,11 @@
then a file named board.h is included. This file must contain a device then a file named board.h is included. This file must contain a device
definition compatible with the vendor include file.*/ definition compatible with the vendor include file.*/
#if !defined (STM32G071xx) && !defined (STM32G081xx) && \ #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" #include "board.h"
#endif #endif