mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
CN - Attempt to fix line ending issue where remote files have CRLF, but local files have LF only.
This commit is contained in:
parent
07b4be8f45
commit
cdc0147dcb
3 changed files with 3 additions and 3 deletions
|
@ -2783,7 +2783,7 @@ void perMain()
|
|||
luaTask(evt);
|
||||
#endif
|
||||
|
||||
if (!LCD_LOCKED()) {
|
||||
if (!LCD_LOCKED()) {
|
||||
if (warn) DISPLAY_WARNING(evt);
|
||||
#if defined(NAVIGATION_MENUS)
|
||||
if (menu) {
|
||||
|
|
|
@ -233,4 +233,4 @@ uint8_t * USBD_USR_InterfaceStrDescriptor( uint8_t speed , uint16_t *length)
|
|||
}
|
||||
|
||||
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
|
||||
|
||||
|
||||
|
|
|
@ -125,4 +125,4 @@ void USBD_USR_DeviceDisconnected (void)
|
|||
}
|
||||
|
||||
|
||||
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
|
||||
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue