Ignore:
Timestamp:
Sep 9, 2026, 3:02:30 PM (11 days ago)
Author:
f.jahn
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fw_g473rct/Core/Inc/main.h

    r73 r76  
    3030#include "stm32g4xx_hal.h"
    3131
     32#include "stm32g4xx_ll_ucpd.h"
     33#include "stm32g4xx_ll_bus.h"
     34#include "stm32g4xx_ll_cortex.h"
     35#include "stm32g4xx_ll_rcc.h"
     36#include "stm32g4xx_ll_system.h"
     37#include "stm32g4xx_ll_utils.h"
     38#include "stm32g4xx_ll_pwr.h"
     39#include "stm32g4xx_ll_gpio.h"
     40#include "stm32g4xx_ll_dma.h"
    3241
     42#include "stm32g4xx_ll_exti.h"
    3343
    3444/* Private includes ----------------------------------------------------------*/
Note: See TracChangeset for help on using the changeset viewer.