-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App config comments #316
App config comments #316
Conversation
Already deleted from master
remove test for unused functions: * app_log_config_get/set removed from src/app_log.c
only functional change is APP_FLASH_PAGES (0x15000/4096)-1
Can one of the admins verify this patch? |
ok to test |
There are some compile time variables which are really required or the Ruuvi application won't run like Scheduler, RealTimeCLock and Radio.
Correct parens and uppercase. Remove "highlighting" line of // // Make calculation of APP_FLASH_PAGES consistent with loader commands, be conditional i.e. : #ifndef APP_FLASH_PAGES APP_FLASH_PAGES (0x15000/4096)-1 #endif
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR has a lot of changes other than comments. It changes (1U) and (0U) to (true), (false), removes #ifdefs which breaks application_modes overrides, removes test from test_app_log.c etc.
Please remove code changes if the goal is to add code comments
I seem to have confused git ( and myself). for my fork git says
When I display this Pull Request it shows items 1-6 from previous Pull requests (including test_app_log which as we discussed :
|
Closing as stale |
No description provided.