Skip to content

Commit 2550f3d

Browse files
committed
Systimer test : compilation error with MBED_TICKLESS
Issue occurs when "MBED_TICKLESS" is added in mbed_app.json, not when "MBED_TICKLESS" is added in targets.json
1 parent be215a3 commit 2550f3d

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)