AirsoftTimer software based on mbed
Dependencies: mbed TextLCD keypad
Diff: objectives/Objective.h
- Revision:
- 27:f29805113454
- Parent:
- 25:a26b2ec5ab72
--- a/objectives/Objective.h Mon May 25 20:53:28 2015 +0000
+++ b/objectives/Objective.h Thu Feb 09 12:28:56 2017 +0000
@@ -34,7 +34,7 @@
Buzzer* buzzer;
private:
- Status status;
+ volatile Status status;
};
