summaryrefslogtreecommitdiffstats
path: root/src/hw_config.h
blob: 2351dea53085833eb96c05e5945cf4685a43f37a (plain)
1
2
3
4
5
6
7
8
#ifndef _HW_CONFIG_H
#define _HW_CONFIG_H

    // enable threading
#define HW_HAVE_SCHED_HEADERS
#define HW_USE_THREADS

#endif