Fix undefined function warnings
This commit is contained in:
parent
fd332c1ff1
commit
d64754468a
2 changed files with 2 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include "adc.h"
|
||||
#include <avr/io.h>
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
uint8_t adc_state;
|
||||
uint8_t adc_count;
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
//sm4.c - simple 4-axis stepper control
|
||||
|
||||
#include "sm4.h"
|
||||
#include <math.h>
|
||||
#include <avr/io.h>
|
||||
#include <avr/pgmspace.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue