apache-mynewt-bot removed a comment on pull request #2527: URL: https://github.com/apache/mynewt-core/pull/2527#issuecomment-797393631
<!-- style-bot --> ## Style check summary ### Our coding style is [here!](https://github.com/apache/mynewt-core/blob/master/CODING_STANDARDS.md) #### apps/fs_test/src/main.c <details> ```diff @@ -37,11 +37,11 @@ #define BLINKY_PRIO (8) #define BLINKY_STACK_SIZE OS_STACK_ALIGN(64) -static struct os_task blinky_task; +static struct os_task blinky_task; #define FS_TEST_PRIO (9) #define FS_TEST_STACK_SIZE OS_STACK_ALIGN(2048) -static struct os_task fs_test_task; +static struct os_task fs_test_task; #if !MYNEWT_VAL(FS_TEST_LITTLEFS) && !MYNEWT_VAL(FS_TEST_NFFS) #error "No filesystem selected, or unsupported FS!" ``` </details> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
