RIOT-OS / RobotFW-tests

Includes tests for RIOT based on the Robot Framework
GNU Lesser General Public License v2.1
4 stars 13 forks source link

tests/periph_timer: Fix arg check of some timer calls #48

Closed MrKevinWeiss closed 4 years ago

MrKevinWeiss commented 4 years ago

It seems some copy pasta issues with the tests/periph_timer/main.c file where it expects more arguments that is needed.

This PR fixes the argument checks for cmd_timer_clear, cmd_timer_read, cmd_timer_start, and cmd_timer_stop.

Let the CI test this one!