Erick / Mbed 2 deprecated ICE_BLE_TEST

Dependencies:   NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed

Fork of ICE by Erick

src/ConfigurationHandler/Controls/SetpointControl.cpp

Committer:
jmarkel44
Date:
2016-09-01
Revision:
0:65cfa4873284
Child:
1:057d8fc6cb2f

File content as of revision 0:65cfa4873284:

#include <stdio.h>

/*****************************************************************************
 * Function:             SetpointControl
 * Description:          entry point for a Setpoint control thread
 *
 * @param                (IN) args (user-defined arguments)
 * @return               none
 *****************************************************************************/
void SetpointControl(void const *args)
{
    printf("\r%s created\n", __func__);

    while (true ) {
    }
}