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
pull/7631/head
jeromecoutant 2018-07-17 14:28:30 +02:00 committed by Cruz Monrreal II
parent ead552f22c
commit 6064af0434
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#if !MBED_TICKLESS
#ifndef MBED_TICKLESS
#error [NOT_SUPPORTED] Tickless mode not supported for this target.
#endif