Skip to content

Minor issue (typo) #4

@3s1d

Description

@3s1d

Hi,

I was glancing over your code and found a minor error:

	if( ( irqRegs & IRQ_RX_TX_TIMEOUT ) == IRQ_RX_TX_TIMEOUT ) {
		if (OperatingMode == MODE_TX) {
			HalPostTx();

			if (txTimeout)
				txTimeout();
		} else if (OperatingMode == MODE_TX) {
			HalPostRx();

			if (rxTimeout)
				rxTimeout();
		}
	}

I believe the 2nd MODE_TX should be MODE_RX.

Cheers,
Juergen

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions