comparison Applications/ApplicationToolbox.h @ 93:14146ecd1688

Display version of the framework in the logs
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 23 Dec 2016 16:49:23 +0100
parents 7a3853d51c45
children ff0ef01c332c
comparison
equal deleted inserted replaced
92:4b0e0f7c9957 93:14146ecd1688
40 uint8_t& green, 40 uint8_t& green,
41 uint8_t& blue, 41 uint8_t& blue,
42 const std::string& color); 42 const std::string& color);
43 43
44 void PrintVersion(const char* path); 44 void PrintVersion(const char* path);
45
46 void ShowVersionInLog(const char* path);
45 } 47 }
46 } 48 }