PX4 Firmware
PX4 Autopilot Software http://px4.io
test_sleep.c File Reference

Tests the px4_usleep() method. More...

#include <px4_platform_common/time.h>
#include <px4_platform_common/px4_config.h>
#include <px4_platform_common/defines.h>
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <fcntl.h>
#include <errno.h>
#include <arch/board/board.h>
#include "tests_main.h"
Include dependency graph for test_sleep.c:

Go to the source code of this file.

Functions

int test_sleep (int argc, char *argv[])
 

Detailed Description

Tests the px4_usleep() method.

Definition in file test_sleep.c.

Function Documentation

◆ test_sleep()

int test_sleep ( int  argc,
char *  argv[] 
)

Definition at line 55 of file test_sleep.c.

References OK.