Project

General

Profile

Revision 340

more changes in ent.h, ent.c

View differences:

makecode_map.h
1 1
#ifndef MAKE_CODE_MAP_H_
2 2
#define MAKE_CODE_MAP_H_
3 3

  
4
/**
5
 * @defgroup makecode_map makecode_map
6
 * @brief Makecode map.
7
 *
8
 * @{
9
 */
10

  
11
#include <stdint.h>
12

  
4 13
#define BASE_CODE    0x02
5 14
#define ERROR_CODE      0
6 15

  
7
#include <stdint.h>
8

  
9 16
/**
10 17
 * @brief Maps make code into char
11 18
 * @param code      Make code to map.
......
13 20
 */
14 21
char (map_makecode)(uint8_t code);
15 22

  
23
/**
24
 * @}
25
 */
26

  
16 27
#endif /* end of include guard: MAKE_CODE_MAP_H_ */

Also available in: Unified diff