Mercurial > public > ostc4
diff Discovery/Src/tMenuEditSystem.c @ 384:427ae9f8e28e MotionDetection
Consider number of available t3 views in sector handling:
Before chande the number of sectors were taken from t7 view only causing t3 view to be shown inconsistent in case t7 view count were not 6. => added function to count views.
author | ideenmodellierer |
---|---|
date | Thu, 17 Oct 2019 23:09:17 +0200 |
parents | 14fd5f35cb50 |
children | ebc2b571a0b9 |
line wrap: on
line diff
--- a/Discovery/Src/tMenuEditSystem.c Thu Oct 17 21:15:42 2019 +0200 +++ b/Discovery/Src/tMenuEditSystem.c Thu Oct 17 23:09:17 2019 +0200 @@ -46,9 +46,6 @@ /*#define HAVE_DEBUG_VIEW */ static uint8_t infoPage = 0; - -static uint8_t infoPage = 0; - /* Private function prototypes -----------------------------------------------*/ void openEdit_DateTime(void); void openEdit_Language(void);