diff options
-rw-r--r-- | wirish/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wirish/rules.mk b/wirish/rules.mk index 7715068..02906c7 100644 --- a/wirish/rules.mk +++ b/wirish/rules.mk @@ -27,7 +27,7 @@ cppSRCS_$(d) := wirish_math.cpp \ cxxabi-compat.cpp \ wirish_shift.cpp \ wirish_analog.cpp \ - time.cpp \ + wirish_time.cpp \ pwm.cpp \ ext_interrupts.cpp \ wirish_digital.cpp \ |