read module cfg and read hk from p60 dock, intermediate state
This commit is contained in:
@ -47,5 +47,6 @@
|
||||
|
||||
extern const param_table_t p60dock_hk[];
|
||||
extern const int p60dock_hk_count;
|
||||
extern const int p60dock_config_size;
|
||||
|
||||
#endif /* P60DOCK_HK_H_ */
|
||||
|
@ -64,6 +64,7 @@ const param_table_t p60dock_config[] = {
|
||||
};
|
||||
|
||||
const int p60dock_config_count = sizeof(p60dock_config) / sizeof(p60dock_config[0]);
|
||||
const int p60dock_config_size = sizeof(p60dock_config);
|
||||
|
||||
/**
|
||||
* Setup info about calibration parameters
|
||||
|
Reference in New Issue
Block a user