add missing include

master
Eggert Jung 4 years ago
parent aa30d70cd6
commit 6601ae39f9

@ -1,6 +1,8 @@
#ifndef _ABZUG_H
#define _ABZUG_H
#include <stdint.h>
extern uint16_t abzug_speed;
void do_abzug(void);