summaryrefslogtreecommitdiff
path: root/digital/zigbit/bitcloud/stack/Components/ConfigServer/include/private/csDbg.h
blob: 3908e38545787549a9385ed1298a5fd72dbad885 (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
32
/******************************************************************************
  \file csDbg.h

  \brief
    Configuration Server debug info

  \author
    Atmel Corporation: http://www.atmel.com \n
    Support email: avr@atmel.com

  Copyright (c) 2010 , Atmel Corporation. All rights reserved.
  Licensed under Atmel's Limited License Agreement (BitCloudTM).

  \internal
    History:
    22.10.10 A. Razinkov - Created.
******************************************************************************/

#ifndef _CSDBG_H_
#define _CSDBG_H_

/******************************************************************************
                    Includes section
******************************************************************************/
#include <dbg.h>

typedef enum
{
  CS_CSGETITEM0 = 0x6000
} CS_DbgCodeId_t;

#endif /* _CSDBG_H_ */