Results 4 issues of Antonio

Running `apache-mynewt-nimble/apps/bleprph` app on a micro:bit v1 yields the following problem: ``` $ newt run myperiph 0 App image successfully generated: ... Loading app image into slot 1 ... ;...

## Describe the bug When returning to the Clinical step in Autotracing, that was previously submitted with "has symptoms" set to false, changing "has symptoms" to true yields that symptoms...

bug

https://github.com/madhug-nadig/Parallel-Processing-Nadig/blob/c52c90fc8e93d69dc88198a5948cdb88daac4141/Parallel%20Programming%20in%20C%20-%20Selection%20Sort.c#L17 Should be replaced with: `#pragma omp declare reduction(maximum : struct Compare : omp_out = omp_in.val > omp_out.val ? omp_in : omp_out) initializer(omp_priv=omp_orig)` otherwise the Compare struct members will be...