Skip to content
Snippets Groups Projects
Commit a998efad authored by Clément Foucher's avatar Clément Foucher
Browse files

Update headers includes.

parent 15d9a049
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
// STM32 LL // STM32 LL
#include <stm32g4xx_ll_adc.h> #include <stm32_ll_adc.h>
// OwnTech API // OwnTech API
#include "../src/adc_channels.h" #include "../src/adc_channels.h"
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include <zephyr.h> #include <zephyr.h>
// STM32 LL // STM32 LL
#include <stm32g4xx_ll_bus.h> #include <stm32_ll_bus.h>
// Owntech API // Owntech API
#include "adc_helper.h" #include "adc_helper.h"
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
#include <drivers/dma.h> #include <drivers/dma.h>
// STM32 // STM32
#include <stm32g4xx_ll_dma.h> #include <stm32_ll_dma.h>
// OwnTech API // OwnTech API
#include "adc.h" #include "adc.h"
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
// STM32 LL // STM32 LL
#include <stm32g4xx_ll_adc.h> #include <stm32_ll_adc.h>
// OwnTech Power API // OwnTech Power API
#include "adc.h" #include "adc.h"
......
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
// STM 32 LL // STM 32 LL
#include <stm32g4xx_ll_lpuart.h> #include <stm32_ll_lpuart.h>
// Zephyr // Zephyr
#include <drivers/uart.h> #include <drivers/uart.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment