micropython/shared/timeutils
Yoctopuce 5d83bbca60 shared/timeutils: Remove useless void-return.
The C99 standard states:

    6.8.6.4 The return statement Constraints

    A return statement with an expression shall not appear in a function
    whose return type is void.  A return statement without an expression
    shall only appear in a function whose return type is void.

And when `-pedantic` is enabled the compiler gives an error.

Signed-off-by: Yoctopuce <dev@yoctopuce.com>
2024-02-15 11:00:50 +11:00
..
timeutils.c all: Update to point to files in new shared/ directory. 2021-07-12 17:08:10 +10:00
timeutils.h shared/timeutils: Remove useless void-return. 2024-02-15 11:00:50 +11:00