-
Notifications
You must be signed in to change notification settings - Fork 1
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
Final Project Update #2
base: project_update_2
Are you sure you want to change the base?
Conversation
{ | ||
uint16_t data; | ||
struct gecko_msg_flash_ps_load_rsp_t* resp; | ||
BTSTACK_CHECK_RESPONSE(gecko_cmd_flash_ps_load(KEY)); | ||
resp=(gecko_cmd_flash_ps_load(KEY)); |
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.
@PuneetBansal why the change to remove BTSTACK_CHECK_RESPONSE here?
switch(prevState) | ||
{ | ||
case powerOn_humid: //Sensor turned on after 80ms delay. | ||
irqState=CORE_EnterCritical(); |
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.
@PuneetBansal is this critical section minimal in size?
aqiStateActive=1; | ||
switch(aqi_prevState) | ||
{ | ||
irqState=CORE_EnterCritical(); |
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.
@PuneetBansal is this critical section minimal size?
No description provided.