Mercurial > public > ostc4
diff Discovery/Src/tInfoLog.c @ 457:4bd01f48c285 minor_improvments
Eliminated some minor warnings
author | ideenmodellierer |
---|---|
date | Tue, 24 Mar 2020 22:32:48 +0100 |
parents | b90ddf57f7f1 |
children | 04d94851cd1b |
line wrap: on
line diff
--- a/Discovery/Src/tInfoLog.c Tue Mar 24 22:14:16 2020 +0100 +++ b/Discovery/Src/tInfoLog.c Tue Mar 24 22:32:48 2020 +0100 @@ -66,7 +66,9 @@ void stepBackInfo(void); void stepForwardInfo(void); void showLogExit(void); +#ifdef ENABLE_PROFILE_RESET void resetDiveProfile(void); +#endif /* Exported functions --------------------------------------------------------*/ void tInfoLog_init(void)