Fix undefined function warnings

This commit is contained in:
Petr Ledvina 2018-07-17 17:27:06 +02:00
parent fd332c1ff1
commit d64754468a
2 changed files with 2 additions and 1 deletions

View file

@ -2,7 +2,7 @@
#include "adc.h"
#include <avr/io.h>
#include <stdio.h>
uint8_t adc_state;
uint8_t adc_count;

View file

@ -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>