diff options
| author | hathach <[email protected]> | 2014-03-14 00:06:43 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-14 00:06:43 +0700 |
| commit | 97cce2fa58fef84b58808f1861767a4c05dea8e7 (patch) | |
| tree | fc0db25b495d727a52d101624ea391e95565e451 /demos | |
| parent | 2502be94f7a35801ad6ff4570e5b1c949d024c75 (diff) | |
clean up compiler warning transfer of control bypasses initialization
Diffstat (limited to 'demos')
| -rw-r--r-- | demos/device/device_os_none/device_os_none.uvopt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/demos/device/device_os_none/device_os_none.uvopt b/demos/device/device_os_none/device_os_none.uvopt index ee540d5ec..b186de568 100644 --- a/demos/device/device_os_none/device_os_none.uvopt +++ b/demos/device/device_os_none/device_os_none.uvopt @@ -932,7 +932,7 @@ <Focus>0</Focus> <ColumnNumber>3</ColumnNumber> <tvExpOptDlg>0</tvExpOptDlg> - <TopLine>72</TopLine> + <TopLine>73</TopLine> <CurrentLine>78</CurrentLine> <bDave2>0</bDave2> <PathWithFileName>..\src\main.c</PathWithFileName> @@ -1386,10 +1386,10 @@ <FileType>1</FileType> <tvExp>0</tvExp> <Focus>0</Focus> - <ColumnNumber>5</ColumnNumber> + <ColumnNumber>0</ColumnNumber> <tvExpOptDlg>0</tvExpOptDlg> - <TopLine>229</TopLine> - <CurrentLine>232</CurrentLine> + <TopLine>230</TopLine> + <CurrentLine>248</CurrentLine> <bDave2>0</bDave2> <PathWithFileName>..\..\..\tinyusb\device\usbd.c</PathWithFileName> <FilenameWithoutPath>usbd.c</FilenameWithoutPath> |
