Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thirdpin/libopencm3_cpp_extensions.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'cm3cpp/adc_dma.hpp')
-rw-r--r--cm3cpp/adc_dma.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cm3cpp/adc_dma.hpp b/cm3cpp/adc_dma.hpp
index 0c059ca..4fe890d 100644
--- a/cm3cpp/adc_dma.hpp
+++ b/cm3cpp/adc_dma.hpp
@@ -17,7 +17,7 @@ class AdcDma
struct DmaConf
{
uint32_t number;
- uint32_t stream;
+ uint8_t stream;
uint32_t channel;
};