add missing include

This commit is contained in:
2022-04-04 15:14:11 +02:00
parent aa30d70cd6
commit 6601ae39f9

View File

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