Skip to content
Snippets Groups Projects
Commit 9cbb5c58 authored by qzhou's avatar qzhou
Browse files

fix an error

parent 929d5b66
No related branches found
No related tags found
1 merge request!11Monitoring
...@@ -347,7 +347,7 @@ int main(int argc, char** argv){ ...@@ -347,7 +347,7 @@ int main(int argc, char** argv){
// open pcie40 device driver for current process // open pcie40 device driver for current process
ecs_open( dev_slot , SLC_BAR ); ecs_open( dev_slot , SLC_BAR );
int result = -1; int result = -1;
pcie40reg_t pcie40;
if(PCIE40_REG && READ_ONLY){ if(PCIE40_REG && READ_ONLY){
result = ecs_read( dev_slot , SLC_BAR , addr); result = ecs_read( dev_slot , SLC_BAR , addr);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment