Support Board
Date/Time: Wed, 12 Feb 2025 05:04:35 +0000
Post From: using word 'short' not allowed as variable?
[2020-10-01 12:05:09] |
User681150 - Posts: 62 |
i tried using both int16_t and just the word "short". but i get errors int16_t short ;
test.cpp:233:9: error: declaration does not declare anything [-fpermissive] 233 | int16_t short ; | ^~~~~ short ; test.cpp:233:1: error: declaration does not declare anything [-fpermissive] 233 | short ; |