Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invalid use of incomplete typedef 'wifi_pkt_rx_ctrl_t' with target ESP32 (IDFGH-13432) #14338

Open
3 tasks done
MacWyznawca opened this issue Aug 8, 2024 · 0 comments
Open
3 tasks done
Labels
Status: Opened Issue is new Type: Bug bugs in IDF

Comments

@MacWyznawca
Copy link

MacWyznawca commented Aug 8, 2024

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

IDF version.

v5.3

Operating System used.

macOS

How did you build your project?

Command line with idf.py

If you are using Windows, please specify command line type.

None

What is the expected behavior?

Compile without errors

What is the actual behavior?

error: invalid use of incomplete typedef 'wifi_pkt_rx_ctrl_t'
  313 |     recievedData.rssi = espNowInfo->rx_ctrl->rssi;

error: invalid use of incomplete typedef 'wifi_pkt_rx_ctrl_t'
  314 |     recievedData.noise = espNowInfo->rx_ctrl->noise_floor;

This procject compiled without errors with ESP-IDF 5.2.2 or with terget esp32c3

Build or installation Logs.

error: invalid use of incomplete typedef 'wifi_pkt_rx_ctrl_t'
  313 |     recievedData.rssi = espNowInfo->rx_ctrl->rssi;

error: invalid use of incomplete typedef 'wifi_pkt_rx_ctrl_t'
  314 |     recievedData.noise = espNowInfo->rx_ctrl->noise_floor;

More Information.

No response

@MacWyznawca MacWyznawca added the Type: Bug bugs in IDF label Aug 8, 2024
@github-actions github-actions bot changed the title invalid use of incomplete typedef 'wifi_pkt_rx_ctrl_t' with target ESP32 invalid use of incomplete typedef 'wifi_pkt_rx_ctrl_t' with target ESP32 (IDFGH-13432) Aug 8, 2024
@espressif-bot espressif-bot added the Status: Opened Issue is new label Aug 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Opened Issue is new Type: Bug bugs in IDF
Projects
None yet
Development

No branches or pull requests

2 participants