diff options
Diffstat (limited to 'wirish/io.h')
-rw-r--r-- | wirish/io.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wirish/io.h b/wirish/io.h index 4e415b5..137377d 100644 --- a/wirish/io.h +++ b/wirish/io.h @@ -33,7 +33,8 @@ #include "gpio.h" #include "adc.h" -#include "time.h" + +#include "wirish_time.h" /** * Specifies a GPIO pin behavior. |