--
This commit is contained in:
@@ -30,7 +30,6 @@ extern "C" {
|
||||
/* Includes ------------------------------------------------------------------*/
|
||||
#include "stm32g0xx_hal.h"
|
||||
|
||||
#include "stm32g0xx_ll_i2c.h"
|
||||
#include "stm32g0xx_ll_rcc.h"
|
||||
#include "stm32g0xx_ll_bus.h"
|
||||
#include "stm32g0xx_ll_system.h"
|
||||
@@ -39,7 +38,6 @@ extern "C" {
|
||||
#include "stm32g0xx_ll_utils.h"
|
||||
#include "stm32g0xx_ll_pwr.h"
|
||||
#include "stm32g0xx_ll_dma.h"
|
||||
#include "stm32g0xx_ll_tim.h"
|
||||
#include "stm32g0xx_ll_usart.h"
|
||||
#include "stm32g0xx_ll_gpio.h"
|
||||
|
||||
@@ -73,8 +71,6 @@ void Error_Handler(void);
|
||||
/* Private defines -----------------------------------------------------------*/
|
||||
#define READER_EN_Pin LL_GPIO_PIN_5
|
||||
#define READER_EN_GPIO_Port GPIOA
|
||||
#define ZUMMER_PINOUT_Pin LL_GPIO_PIN_5
|
||||
#define ZUMMER_PINOUT_GPIO_Port GPIOB
|
||||
|
||||
/* USER CODE BEGIN Private defines */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user