Merge pull request #7530 from jeromecoutant/PR_RTOS_TICKLESS

RTOS SYSTIMER test error in TICKLESS mode
pull/7587/head
Cruz Monrreal 2018-07-23 10:13:50 -05:00 committed by GitHub
commit a252e5ed96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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