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

keyword PROGMEM is stated twice #47

Open
WolfgangArndt opened this issue Feb 1, 2024 · 0 comments
Open

keyword PROGMEM is stated twice #47

WolfgangArndt opened this issue Feb 1, 2024 · 0 comments

Comments

@WolfgangArndt
Copy link

const uint8_t st7302_wenting[] PROGMEM PROGMEM = {

there should be only one "PROGMEM" keyword in this line, otherwise the compiler (at least the build chain in platform.io) will give following error:
.pio\libdeps\d1_mini_pro\OneBitDisplay\src\obd.inl:776:15: error: section of 'st7302_wenting' conflicts with previous declaration

release used: 2.3.1

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

1 participant