We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a8c29 commit bb5f1aaCopy full SHA for bb5f1aa
stm8/adc.h
@@ -21,8 +21,7 @@
21
22
#include <stdint.h>
23
#include "fixedpoint.h"
24
-#include "calibrate.h"
25
-#include "stm8s.h"
+#include "config.h"
26
27
void adc_init(void);
28
void adc_start(uint8_t channel);
stm8/main.c
@@ -29,7 +29,6 @@
29
#include "uart.h"
30
#include "eeprom.h"
31
#include "outputs.h"
32
33
#include "config.h"
34
#include "parse.h"
35
#include "adc.h"
0 commit comments