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/7530/head
jeromecoutant 2018-07-17 14:28:30 +02:00
parent be215a310d
commit 2550f3d09e
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 * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#if !MBED_TICKLESS #ifndef MBED_TICKLESS
#error [NOT_SUPPORTED] Tickless mode not supported for this target. #error [NOT_SUPPORTED] Tickless mode not supported for this target.
#endif #endif