mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-24 19:56:44 +00:00
Don't use extern
This commit is contained in:
parent
df91cacfcc
commit
92f312df15
@ -100,7 +100,7 @@ class TouchStmpe610 : public BaseTouch {
|
|||||||
} // namespace dev
|
} // namespace dev
|
||||||
|
|
||||||
using dev::TouchStmpe610;
|
using dev::TouchStmpe610;
|
||||||
extern dev::TouchStmpe610 haspTouch;
|
dev::TouchStmpe610 haspTouch;
|
||||||
|
|
||||||
#endif // ARDUINO
|
#endif // ARDUINO
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user