You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
309 B
20 lines
309 B
1 year ago
|
|
||
|
#ifndef _gc_032a_H_
|
||
|
#define _gc_032a_H_
|
||
|
|
||
|
#include "../bsp/bsp_config.h"
|
||
|
|
||
|
#include "../clib/type.h"
|
||
|
#include "../clib/clib.h"
|
||
|
#include "../ctask/tick.h"
|
||
|
|
||
|
//#define GC6133_reg_tbl_len 291 GC6133_reg_tbl_len+1
|
||
|
|
||
|
#define GC6133_reg_tbl_len (292)
|
||
|
|
||
|
|
||
|
extern U8 code GC6133_init_reg_tbl[][2];
|
||
|
|
||
|
|
||
|
#endif///_gc_032a_H_
|