Skip to content

Commit

Permalink
Eliminate includes for removed calibrate.h file
Browse files Browse the repository at this point in the history
  • Loading branch information
baruch committed Mar 18, 2015
1 parent 53a8c29 commit bb5f1aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions stm8/adc.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@

#include <stdint.h>
#include "fixedpoint.h"
#include "calibrate.h"
#include "stm8s.h"
#include "config.h"

void adc_init(void);
void adc_start(uint8_t channel);
Expand Down
1 change: 0 additions & 1 deletion stm8/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include "uart.h"
#include "eeprom.h"
#include "outputs.h"
#include "calibrate.h"
#include "config.h"
#include "parse.h"
#include "adc.h"
Expand Down

0 comments on commit bb5f1aa

Please sign in to comment.