-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Description
Hi,
I'm trying to compile an example sketch which uses the Frame library and I'm getting a compilation error in the following line:
waspmoteapi/libraries/Frame/WaspFrame.cpp
Line 3917 in 80e92fa
| char valC[len][2] = {}; |
The error:
error: variable-sized object 'valC' may not be initialized
char valC[len][2] = {};
^
Any help would be appreciated.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels