diff options
| author | Damien George | 2014-08-24 17:40:24 +0100 |
|---|---|---|
| committer | Damien George | 2014-08-24 17:40:24 +0100 |
| commit | 8ba832456e2e14db915e548a8ac3c6d4017c901e (patch) | |
| tree | 1772c115166d2b17381aba61a8c400c7582ab188 /stmhal/portmodules.h | |
| parent | 6678595e7ed9e36c4aa1460f0af87119bd880240 (diff) | |
stmhal, modtime: Small changes, reduced code size by around 80 bytes.
Also added test for modtime.
Diffstat (limited to 'stmhal/portmodules.h')
| -rw-r--r-- | stmhal/portmodules.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stmhal/portmodules.h b/stmhal/portmodules.h index d8a3d8f87..491df6bc4 100644 --- a/stmhal/portmodules.h +++ b/stmhal/portmodules.h @@ -31,5 +31,4 @@ extern const mp_obj_module_t time_module; // additional helper functions exported by the modules -mp_uint_t mod_time_year_day(mp_uint_t year, mp_uint_t month, mp_uint_t date); mp_uint_t mod_time_seconds_since_2000(mp_uint_t year, mp_uint_t month, mp_uint_t date, mp_uint_t hour, mp_uint_t minute, mp_uint_t second); |
