sim warnings
This commit is contained in:
parent
9395f6c794
commit
de936802bd
|
@ -32,7 +32,7 @@ static thread_t *cdtp;
|
||||||
|
|
||||||
#define cputs(msg) chMsgSend(cdtp, (msg_t)msg)
|
#define cputs(msg) chMsgSend(cdtp, (msg_t)msg)
|
||||||
|
|
||||||
void printToConsole(char *p) {
|
void printToConsole(const char *p) {
|
||||||
cputs(p);
|
cputs(p);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -59,7 +59,7 @@ extern int isSerialOverTcpReady;
|
||||||
*
|
*
|
||||||
* @param[in] id event id.
|
* @param[in] id event id.
|
||||||
*/
|
*/
|
||||||
static void termination_handler(eventid_t id) {
|
static void termination_handler(eventid_t /*id*/) {
|
||||||
|
|
||||||
chThdSleepMilliseconds(10);
|
chThdSleepMilliseconds(10);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue