Open gold2718 opened 2 years ago
Many PIO interfaces are functions which return an error code (in PIO_BCAST_ERROR mode). CAMDEN code should be more diligent about using cam_pio_handle_error to check these codes where a failure should be fatal.
PIO_BCAST_ERROR
cam_pio_handle_error
Many PIO interfaces are functions which return an error code (in
PIO_BCAST_ERROR
mode). CAMDEN code should be more diligent about usingcam_pio_handle_error
to check these codes where a failure should be fatal.