summaryrefslogtreecommitdiff
path: root/cesar/host/config.h
blob: 029683db7cffe044a1b88edc502afd836e10add5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#ifndef CONFIG_H_
#define CONFIG_H_

/* Cesar project {{{
 *
 * Copyright (C) 2007 Spidcom
 *
 * <<<Licence>>>
 *
 * }}} */
 
 /**
 * \file    config.h
 * \brief   The station configuration defines for fulminata.
 * \ingroup host
 *
 * This file describe the configuration of fulminata station
 *
 * \todo  
 */

#include "config/host/assert.h"

/* strong assert validation */
#if CONFIG_HOST_ASSERT
#ifndef UNIT_TEST
#define ENABLE_DBG_ASSERT
#endif /* UNIT_TEST */
#endif /* CONFIG_HOST_ASSERT */

#endif /* CONFIG_H_ */