1
0
mirror of https://github.com/preble/libpinproc synced 2026-02-22 18:15:25 +01:00

pinprocfw: add missing return to verifyP3ROCImage()

This commit is contained in:
Tom Collins
2020-06-23 22:34:13 -07:00
parent b99197953a
commit fed1d7e398

View File

@@ -2051,6 +2051,8 @@ int verifyP3ROCImage()
} }
XSVFDBG_PRINTF( 0, "\n\nSUCCESS - Operation completed successfully. Cycle P3-ROC power to activate any changes.\n" ); XSVFDBG_PRINTF( 0, "\n\nSUCCESS - Operation completed successfully. Cycle P3-ROC power to activate any changes.\n" );
return 1;
} }
void writeP3ROCImage() void writeP3ROCImage()