mikroSDK Reference Manual
os_port_config.h
Go to the documentation of this file.
1
29#ifndef _OS_PORT_CONFIG_H
30#define _OS_PORT_CONFIG_H
31
32//Select underlying RTOS
33#define USE_NO_RTOS
34
35#endif