18 lines
318 B
C
18 lines
318 B
C
#pragma once
|
|
|
|
#define CH_CFG_ST_FREQUENCY 10000
|
|
|
|
#define CH_CFG_FACTORY_OBJECTS_REGISTRY TRUE
|
|
|
|
#define CH_CFG_FACTORY_GENERIC_BUFFERS TRUE
|
|
|
|
#define CH_CFG_FACTORY_SEMAPHORES TRUE
|
|
|
|
#define CH_CFG_FACTORY_MAILBOXES TRUE
|
|
|
|
#define CH_CFG_FACTORY_OBJ_FIFOS TRUE
|
|
|
|
#define CH_CFG_FACTORY_PIPES TRUE
|
|
|
|
#include_next <chconf.h>
|