- yweb: fix /control/reboot

This commit is contained in:
svenhoefer
2013-09-28 22:25:41 +02:00
parent b25b1c4fb5
commit 5227f726c9
3 changed files with 12 additions and 3 deletions

View File

@@ -805,6 +805,10 @@ void CRCInput::getMsg_us(neutrino_msg_t * msg, neutrino_msg_data_t * data, uint6
*msg = NeutrinoMessages::SHUTDOWN;
*data = 0;
break;
case NeutrinoMessages::REBOOT :
*msg = NeutrinoMessages::REBOOT;
*data = 0;
break;
case NeutrinoMessages::EVT_POPUP :
*msg = NeutrinoMessages::EVT_POPUP;
*data = (unsigned) p;