We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a51036 commit e0274e2Copy full SHA for e0274e2
include/drivers/fpga.h
@@ -48,8 +48,8 @@ __subsystem struct fpga_driver_api {
48
*
49
* @param dev FPGA device structure.
50
51
- * @retval 0 if the FPGA is in ACTIVE state.
52
- * @retval 1 if the FPGA is in INACTIVE state.
+ * @retval 0 if the FPGA is in INACTIVE state.
+ * @retval 1 if the FPGA is in ACTIVE state.
53
*/
54
static inline enum FPGA_status fpga_get_status(const struct device *dev)
55
{
0 commit comments