diff options
| author | Kris Parker | 2009-11-30 17:03:24 +0000 |
|---|---|---|
| committer | Kris Parker | 2009-11-30 17:03:24 +0000 |
| commit | 947848a2a346ed907a041fc70b68eaff82efcccf (patch) | |
| tree | 46f4e1197da9b3ff596091f1018bbed7e0b2f3e0 /common.h | |
| parent | 558daeef4e03ec4d0a054a3cfd184e8ec520a66e (diff) | |
| download | stonesense-947848a2a346ed907a041fc70b68eaff82efcccf.tar.gz stonesense-947848a2a346ed907a041fc70b68eaff82efcccf.tar.bz2 stonesense-947848a2a346ed907a041fc70b68eaff82efcccf.tar.xz | |
First pass at loading config after DF memory is available
Diffstat (limited to 'common.h')
| -rw-r--r-- | common.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -149,6 +149,7 @@ extern uint32_t ClockedTime; extern uint32_t ClockedTime2;
extern bool timeToReloadSegment;
+extern bool timeToReloadConfig;
extern char currentAnimationFrame;
extern bool animationFrameShown;
|
