[DEBUG] test software

This commit is contained in:
Edouard DUPIN 2013-10-09 21:17:03 +02:00
parent 33d1e95085
commit 6a652e96c9

View File

@ -284,7 +284,7 @@ void init(void)
int main(int argc, const char *argv[]) int main(int argc, const char *argv[])
{ {
debug::setGeneralLevel(etk::LOG_LEVEL_VERBOSE); debug::setGeneralLevel(etk::LOG_LEVEL_VERBOSE);
Init(); init();
int32_t countError = 0; int32_t countError = 0;
int32_t countSeparator = 0; int32_t countSeparator = 0;
int32_t sectionID = 0; int32_t sectionID = 0;