Skip to content

Commit a252e5e

Browse files
author
Cruz Monrreal
authored
Merge pull request #7530 from jeromecoutant/PR_RTOS_TICKLESS
RTOS SYSTIMER test error in TICKLESS mode
2 parents 0c2ffe5 + 2550f3d commit a252e5e

File tree

1 file changed

+1
-1
lines changed
  • TESTS/mbedmicro-rtos-mbed/systimer

1 file changed

+1
-1
lines changed

TESTS/mbedmicro-rtos-mbed/systimer/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
#if !MBED_TICKLESS
16+
#ifndef MBED_TICKLESS
1717
#error [NOT_SUPPORTED] Tickless mode not supported for this target.
1818
#endif
1919

0 commit comments

Comments
 (0)