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

TX side of RFSense example uses undefined symbol #8

Open
Pyradonis opened this issue Apr 26, 2024 · 1 comment
Open

TX side of RFSense example uses undefined symbol #8

Pyradonis opened this issue Apr 26, 2024 · 1 comment

Comments

@Pyradonis
Copy link

rail_status = RAIL_StartTx(rail_handle, CHANNEL, RAIL_TX_OPTIONS_DEFAULT, NULL);

CHANNEL is not defined anywhere and so the build fails. (Target EFR32BG1P232F256GM48, Gecko SDK Suite v4.4.0)

@khanhSystemsTechnologies

CHANNEL was defined in app_process.h so you'll need to use app_process.h from the example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants