Skip to content
Snippets Groups Projects
main_pcie40_b2slc.c 135 B
Newer Older
Patrick Robbe's avatar
Patrick Robbe committed
int main(int argc, char *argv[]) { 

  ecs_open( 0 , 2 ) ;

  pcie40_readfee8( 0 , 0x12 ) ;
Patrick Robbe's avatar
Patrick Robbe committed
  
  ecs_close( 0 , 2 ) ;


  return 0 ;
}