From 8b72ce949a91a4aea378bfabef6a741ce5766117 Mon Sep 17 00:00:00 2001 From: Lyon <88232613+pikasTech@users.noreply.github.com> Date: Sat, 13 Nov 2021 10:06:59 +0800 Subject: [PATCH] Update Makefile --- bsp/stm32g030c8/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bsp/stm32g030c8/Makefile b/bsp/stm32g030c8/Makefile index eeefc4453..91c061152 100644 --- a/bsp/stm32g030c8/Makefile +++ b/bsp/stm32g030c8/Makefile @@ -127,8 +127,8 @@ AS_DEFS = # C defines C_DEFS = \ -DUSE_HAL_DRIVER \ --DSTM32G030xx - +-DSTM32G030xx \ +-DUSE_FULL_LL_DRIVER \ # AS includes AS_INCLUDES =