fix some warnings
This commit is contained in:
		| @@ -220,7 +220,7 @@ | ||||
|         </option> | ||||
|         <option> | ||||
|           <name>CCDiagError</name> | ||||
|           <state></state> | ||||
|           <state>Pa050</state> | ||||
|         </option> | ||||
|         <option> | ||||
|           <name>CCObjPrefix</name> | ||||
|   | ||||
| @@ -370,7 +370,7 @@ | ||||
|       <OPTFL> | ||||
|         <tvExp>1</tvExp> | ||||
|         <tvExpOptDlg>0</tvExpOptDlg> | ||||
|         <IsCurrentTarget>0</IsCurrentTarget> | ||||
|         <IsCurrentTarget>1</IsCurrentTarget> | ||||
|       </OPTFL> | ||||
|       <CpuCode>8</CpuCode> | ||||
|       <Books> | ||||
| @@ -555,7 +555,7 @@ | ||||
|       <OPTFL> | ||||
|         <tvExp>1</tvExp> | ||||
|         <tvExpOptDlg>0</tvExpOptDlg> | ||||
|         <IsCurrentTarget>1</IsCurrentTarget> | ||||
|         <IsCurrentTarget>0</IsCurrentTarget> | ||||
|       </OPTFL> | ||||
|       <CpuCode>8</CpuCode> | ||||
|       <Books> | ||||
| @@ -704,10 +704,10 @@ | ||||
|       <FileType>1</FileType> | ||||
|       <tvExp>0</tvExp> | ||||
|       <Focus>0</Focus> | ||||
|       <ColumnNumber>9</ColumnNumber> | ||||
|       <ColumnNumber>0</ColumnNumber> | ||||
|       <tvExpOptDlg>0</tvExpOptDlg> | ||||
|       <TopLine>7</TopLine> | ||||
|       <CurrentLine>11</CurrentLine> | ||||
|       <TopLine>1</TopLine> | ||||
|       <CurrentLine>1</CurrentLine> | ||||
|       <bDave2>0</bDave2> | ||||
|       <PathWithFileName>..\src\main.c</PathWithFileName> | ||||
|       <FilenameWithoutPath>main.c</FilenameWithoutPath> | ||||
| @@ -1050,7 +1050,7 @@ | ||||
|       <Focus>0</Focus> | ||||
|       <ColumnNumber>31</ColumnNumber> | ||||
|       <tvExpOptDlg>0</tvExpOptDlg> | ||||
|       <TopLine>219</TopLine> | ||||
|       <TopLine>220</TopLine> | ||||
|       <CurrentLine>229</CurrentLine> | ||||
|       <bDave2>0</bDave2> | ||||
|       <PathWithFileName>..\..\..\tinyusb\class\hid_host.c</PathWithFileName> | ||||
| @@ -1170,7 +1170,7 @@ | ||||
|       <Focus>0</Focus> | ||||
|       <ColumnNumber>5</ColumnNumber> | ||||
|       <tvExpOptDlg>0</tvExpOptDlg> | ||||
|       <TopLine>43</TopLine> | ||||
|       <TopLine>44</TopLine> | ||||
|       <CurrentLine>54</CurrentLine> | ||||
|       <bDave2>0</bDave2> | ||||
|       <PathWithFileName>..\..\..\vendor\freertos\freertoslpc\FreeRTOSCommonHooks.c</PathWithFileName> | ||||
|   | ||||
| @@ -121,7 +121,7 @@ int main(void) | ||||
|   tusb_init(); | ||||
|  | ||||
|   //------------- application task init -------------// | ||||
|   (void) osal_task_create( OSAL_TASK_REF(led_blinking_task) ); | ||||
|   if( osal_task_create( OSAL_TASK_REF(led_blinking_task) ) != TUSB_ERROR_NONE ) while(1){} | ||||
|  | ||||
|   keyboard_app_init(); | ||||
|   mouse_app_init(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 hathach
					hathach