added missing include
This commit is contained in:
parent
2559bf327c
commit
62db40da00
|
@ -7,6 +7,8 @@
|
|||
#ifndef BORG_TIME_H_
|
||||
#define BORG_TIME_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
//send a time request packet via can
|
||||
void time_request(void);
|
||||
|
||||
|
|
Loading…
Reference in New Issue