- Add support to BMP driver to enter reset state (sleep enable)

This commit is contained in:
Andre Thomas 2020-01-02 22:51:15 +02:00 committed by GitHub
parent d3d6014139
commit 06f053c172
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -654,7 +654,7 @@ bool Xsns09(uint8_t function)
case FUNC_SAVE_BEFORE_RESTART: case FUNC_SAVE_BEFORE_RESTART:
BMP_EnterSleep(); BMP_EnterSleep();
break; break;
#endif USE_DEEPSLEEP #endif // USE_DEEPSLEEP
} }
} }
return result; return result;