Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

src/ControlTask/ControlTask.cpp

Committer:
jmarkel44
Date:
2016-09-08
Revision:
20:653923c2f37a
Child:
22:fe535532859c

File content as of revision 20:653923c2f37a:

#include "ControlTask.h"
#include <stdio.h>
#include "rtos.h"

void ControlTask(void const *args)
{
    printf("\r%s has started...\n", __func__);

    while ( true ) {
    }
}