OSDN Git Service

First commitment for the BlackTank LPC1769.
[blacktank/blacktank.git] / config.h
1 /**
2  * @file config.h
3  * @author Shinichiro Nakamura
4  * @brief
5  * アプリケーションに関連する定義ファイル。
6  * 動作をカスタマイズするのに用いられる。
7  */
8
9 #ifndef CONFIG_H
10 #define CONFIG_H
11
12 #define TASK_AUDIO_ENABLED() 0
13
14 #endif
15